]> granicus.if.org Git - clang/commitdiff
Redirect output to /dev/null in the tests added in r332160.
authorEric Liu <ioeric@google.com>
Mon, 14 May 2018 12:07:56 +0000 (12:07 +0000)
committerEric Liu <ioeric@google.com>
Mon, 14 May 2018 12:07:56 +0000 (12:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@332236 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/clang-abi-compat.cpp

index afa536c694d3430bf2a86b3682e5b3b8d0213e5f..7433c74b82bf72cbd1fe3c6aac2057e2307be0b8 100644 (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