diff options
Diffstat (limited to 'test/PCH/cxx-exprs.cpp')
-rw-r--r-- | test/PCH/cxx-exprs.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/PCH/cxx-exprs.cpp b/test/PCH/cxx-exprs.cpp index 9cd3194..b7707e0 100644 --- a/test/PCH/cxx-exprs.cpp +++ b/test/PCH/cxx-exprs.cpp @@ -5,6 +5,8 @@ // RUN: %clang_cc1 -std=c++11 -emit-pch -o %t %s // RUN: %clang_cc1 -include-pch %t -verify -std=c++11 %s +// expected-no-diagnostics + #ifndef HEADER #define HEADER |