summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Liu <ioeric@google.com>2018-05-14 12:07:56 +0000
committerEric Liu <ioeric@google.com>2018-05-14 12:07:56 +0000
commit0b0ad22aa538121a01756df34873892b85c650a5 (patch)
treeabdc933c4d6460bf5f43b5aa8c568f212ea4d317
parent4c0fb1dc68d8e71989135caafabf65e1b60283a0 (diff)
downloadbcm5719-llvm-0b0ad22aa538121a01756df34873892b85c650a5.tar.gz
bcm5719-llvm-0b0ad22aa538121a01756df34873892b85c650a5.zip
Redirect output to /dev/null in the tests added in r332160.
llvm-svn: 332236
-rw-r--r--clang/test/Driver/clang-abi-compat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Driver/clang-abi-compat.cpp b/clang/test/Driver/clang-abi-compat.cpp
index afa536c694d..7433c74b82b 100644
--- a/clang/test/Driver/clang-abi-compat.cpp
+++ b/clang/test/Driver/clang-abi-compat.cpp
@@ -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
OpenPOWER on IntegriCloud