diff options
Diffstat (limited to 'test/CXX/except/except.spec/p11.cpp')
-rw-r--r-- | test/CXX/except/except.spec/p11.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CXX/except/except.spec/p11.cpp b/test/CXX/except/except.spec/p11.cpp index 0e4fad5..1f6bf21 100644 --- a/test/CXX/except/except.spec/p11.cpp +++ b/test/CXX/except/except.spec/p11.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -std=c++11 -fexceptions -fcxx-exceptions -fsyntax-only -verify %s +// expected-no-diagnostics // This is the "let the user shoot himself in the foot" clause. void f() noexcept { |