diff options
Diffstat (limited to 'clang/test/PCH/pending-ids.m')
-rw-r--r-- | clang/test/PCH/pending-ids.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/PCH/pending-ids.m b/clang/test/PCH/pending-ids.m index b612d89e945..2ca0e6e9356 100644 --- a/clang/test/PCH/pending-ids.m +++ b/clang/test/PCH/pending-ids.m @@ -7,6 +7,8 @@ // RUN: %clang_cc1 %s -emit-pch -o %t // RUN: %clang_cc1 -emit-llvm-only -verify %s -include-pch %t -g +// expected-no-diagnostics + #ifndef HEADER #define HEADER //===----------------------------------------------------------------------===// |