Redirect output to /dev/null in the tests added in r332160.

llvm-svn: 332236
This commit is contained in:
Eric Liu 2018-05-14 12:07:56 +00:00
parent 4c0fb1dc68
commit 0b0ad22aa5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// PS4 target requires clang ABI version 6, check that a warning is emitted when a version other than 6 is requested.
// RUN: %clang -S --target=x86_64-scei-ps4 -fclang-abi-compat=4 %s 2>&1 | FileCheck %s -check-prefix=CHECK-WARNING
// RUN: %clang -S --target=x86_64-scei-ps4 -fclang-abi-compat=latest %s 2>&1 | FileCheck %s -check-prefix=CHECK-WARNING
// RUN: %clang -S --target=x86_64-scei-ps4 -fclang-abi-compat=4 %s -o /dev/null 2>&1 | FileCheck %s -check-prefix=CHECK-WARNING
// RUN: %clang -S --target=x86_64-scei-ps4 -fclang-abi-compat=latest %s -o /dev/null 2>&1 | FileCheck %s -check-prefix=CHECK-WARNING
// REQUIRES: x86-registered-target