diff options
Diffstat (limited to 'clang/test/PCH/cxx11-exception-spec.cpp')
-rw-r--r-- | clang/test/PCH/cxx11-exception-spec.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/PCH/cxx11-exception-spec.cpp b/clang/test/PCH/cxx11-exception-spec.cpp index 3fca4e48acf..446619ed1c9 100644 --- a/clang/test/PCH/cxx11-exception-spec.cpp +++ b/clang/test/PCH/cxx11-exception-spec.cpp @@ -1,5 +1,6 @@ // RUN: %clang_cc1 -pedantic-errors -std=c++11 -emit-pch %s -o %t // RUN: %clang_cc1 -pedantic-errors -std=c++11 -include-pch %t -verify %s +// expected-no-diagnostics #ifndef HEADER_INCLUDED |