diff options
Diffstat (limited to 'clang/test/PCH/cxx-exprs.cpp')
-rw-r--r-- | clang/test/PCH/cxx-exprs.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/PCH/cxx-exprs.cpp b/clang/test/PCH/cxx-exprs.cpp index 9cd31941e35..b7707e0b934 100644 --- a/clang/test/PCH/cxx-exprs.cpp +++ b/clang/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 |