diff options
Diffstat (limited to 'clang/test/PCH/single-token-macro.c')
-rw-r--r-- | clang/test/PCH/single-token-macro.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/PCH/single-token-macro.c b/clang/test/PCH/single-token-macro.c index 29edb753e41..52873bfc244 100644 --- a/clang/test/PCH/single-token-macro.c +++ b/clang/test/PCH/single-token-macro.c @@ -7,6 +7,8 @@ // RUN: %clang_cc1 %s -emit-pch -o %t // RUN: %clang_cc1 %s -include-pch %t -verify -fsyntax-only +// expected-no-diagnostics + #ifndef HEADER #define HEADER |