diff options
Diffstat (limited to 'clang/test/PCH/modified-header-crash.c')
-rw-r--r-- | clang/test/PCH/modified-header-crash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/PCH/modified-header-crash.c b/clang/test/PCH/modified-header-crash.c index c74ce2239c2..a5ae4023536 100644 --- a/clang/test/PCH/modified-header-crash.c +++ b/clang/test/PCH/modified-header-crash.c @@ -2,7 +2,7 @@ // RUN: cp %S/modified-header-crash.h %t.h // RUN: %clang_cc1 -DCAKE -x c-header %t.h -emit-pch -o %t -// RUN: echo >> %t.h +// RUN: echo 'int foobar;' >> %t.h // RUN: not %clang_cc1 %s -include-pch %t -fsyntax-only void f(void) { |