We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b17949 commit 01a6606Copy full SHA for 01a6606
clang/test/PCH/pch-dir.c
@@ -14,8 +14,8 @@
14
// RUN: %clang -x c++ -std=c++11 -include %t.h -fsyntax-only %s 2> %t.cpp11log
15
// RUN: FileCheck %s --check-prefix=CHECK-OPT-DIFF < %t.cpp11log
16
17
-// RUN: %clang -include %t.h -fsyntax-only %s 2> %t.missinglog2
18
-// RUN: FileCheck --check-prefix=CHECK-OPT-DIFF %s < %t.missinglog2
+// RUN: %clang -include %t.h -fsyntax-only %s | \
+// RUN: FileCheck --check-prefix=CHECK-OPT-DIFF %s
19
// RUN: not %clang -include %t.h -DFOO=foo -DBAR=bar -fsyntax-only %s 2> %t.missinglog2
20
// RUN: FileCheck -check-prefix=CHECK-NO-SUITABLE %s < %t.missinglog2
21
0 commit comments