diff options
Diffstat (limited to 'test/PCH/remap-file-from-pch.cpp')
-rw-r--r-- | test/PCH/remap-file-from-pch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/remap-file-from-pch.cpp b/test/PCH/remap-file-from-pch.cpp index 8b965cf11c34..017285385a0b 100644 --- a/test/PCH/remap-file-from-pch.cpp +++ b/test/PCH/remap-file-from-pch.cpp @@ -1,7 +1,7 @@ // %clang_cc1 -remap-file "%s;%S/Inputs/remapped-file" -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-EXIST %s // RUN: %clang_cc1 -x c++-header %s.h -emit-pch -o %t.pch -// RUN: %clang_cc1 %s -include-pch %t.pch -remap-file "%s.h;%s.remap.h" -fsyntax-only 2>&1 | FileCheck %s +// RUN: not %clang_cc1 %s -include-pch %t.pch -remap-file "%s.h;%s.remap.h" -fsyntax-only 2>&1 | FileCheck %s const char *str = STR; int ge = zool; |