We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab96ec4 commit fc466f8Copy full SHA for fc466f8
clang/test/CodeGen/static-init.cpp
@@ -1,8 +1,8 @@
1
// RUN: not %clang_cc1 -triple powerpc-ibm-aix-xcoff -S -emit-llvm -x c++ %s \
2
-// RUN: 2>&1 | FileCheck %s
+// RUN: -o /dev/null 2>&1 | FileCheck %s
3
4
// RUN: not %clang_cc1 -triple powerpc64-ibm-aix-xcoff -S -emit-llvm -x c++ %s \
5
6
7
struct test {
8
test();
0 commit comments