diff options
Diffstat (limited to 'test/CXX/except/except.spec/p11.cpp')
| -rw-r--r-- | test/CXX/except/except.spec/p11.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/except/except.spec/p11.cpp b/test/CXX/except/except.spec/p11.cpp index 1f6bf2131cd6b..1d0a647fb4f49 100644 --- a/test/CXX/except/except.spec/p11.cpp +++ b/test/CXX/except/except.spec/p11.cpp @@ -1,7 +1,7 @@ // 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. +// This is the "let the user shoot themselves in the foot" clause. void f() noexcept { throw 0; // no-error } |
