diff options
| author | Eric Fiselier <eric@efcs.ca> | 2015-08-20 01:22:17 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2015-08-20 01:22:17 +0000 |
| commit | c79a8f7753d1606f672d612876c7b4b065aab8d3 (patch) | |
| tree | f9d32b8c8ac98a3a46f40ef278b95be41593d064 /libcxxabi/test/catch_in_noexcept.pass.cpp | |
| parent | be78c25acb42c1a5665c45ab6005492625723777 (diff) | |
| download | bcm5719-llvm-c79a8f7753d1606f672d612876c7b4b065aab8d3.tar.gz bcm5719-llvm-c79a8f7753d1606f672d612876c7b4b065aab8d3.zip | |
Fix or disable C++11 tests in C++03 mode
llvm-svn: 245531
Diffstat (limited to 'libcxxabi/test/catch_in_noexcept.pass.cpp')
| -rw-r--r-- | libcxxabi/test/catch_in_noexcept.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxxabi/test/catch_in_noexcept.pass.cpp b/libcxxabi/test/catch_in_noexcept.pass.cpp index 02fecda495d..7e48ed2507a 100644 --- a/libcxxabi/test/catch_in_noexcept.pass.cpp +++ b/libcxxabi/test/catch_in_noexcept.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// UNSUPPORTED: c++98, c++03 + #include <exception> #include <stdlib.h> #include <assert.h> |

