summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-10-12 11:20:27 +0000
committerEric Fiselier <eric@efcs.ca>2016-10-12 11:20:27 +0000
commitd2c71a923eae4b5223f5860b3f6e61a1d54114cb (patch)
tree8cc8f0dac7ad8c940f050d1a8afa9b0a2445fb1f /libcxx/test/support
parent47a2c55447106a55d5bd7a9172548571fc6f6c83 (diff)
downloadbcm5719-llvm-d2c71a923eae4b5223f5860b3f6e61a1d54114cb.tar.gz
bcm5719-llvm-d2c71a923eae4b5223f5860b3f6e61a1d54114cb.zip
Unbreak C++03 build
llvm-svn: 284004
Diffstat (limited to 'libcxx/test/support')
-rw-r--r--libcxx/test/support/test_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/support/test_macros.h b/libcxx/test/support/test_macros.h
index ea7073e0241..4751803e8b6 100644
--- a/libcxx/test/support/test_macros.h
+++ b/libcxx/test/support/test_macros.h
@@ -99,7 +99,7 @@
#else
#define TEST_CONSTEXPR
#define TEST_CONSTEXPR_CXX14
-#define TEST_NOEXCEPT
+#define TEST_NOEXCEPT throw()
#define TEST_NOEXCEPT_COND(...)
#define TEST_ALIGNOF(...) __alignof(__VA_ARGS__)
#define TEST_ALIGNAS(...) __attribute__((__aligned__(__VA_ARGS__)))
OpenPOWER on IntegriCloud