diff options
Diffstat (limited to 'test/PCH/chain-macro.c')
-rw-r--r-- | test/PCH/chain-macro.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/PCH/chain-macro.c b/test/PCH/chain-macro.c index 18356f7..b0fd63d 100644 --- a/test/PCH/chain-macro.c +++ b/test/PCH/chain-macro.c @@ -2,6 +2,7 @@ // RUN: %clang_cc1 -emit-pch -o %t2 -detailed-preprocessing-record %S/Inputs/chain-macro2.h -include-pch %t1 // RUN: %clang_cc1 -fsyntax-only -verify -include-pch %t2 %s // RUN: %clang_cc1 -ast-print -include-pch %t2 %s | FileCheck %s +// expected-no-diagnostics // CHECK: void f(); FOOBAR |