summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorErik Pilkington <erik.pilkington@gmail.com>2017-08-09 21:51:56 +0000
committerErik Pilkington <erik.pilkington@gmail.com>2017-08-09 21:51:56 +0000
commitce1f9aaf526f4b1e587111cb497752ffad66bab0 (patch)
tree3644a251beb8dfda56206501e052b6af1f971893 /test
parentba34a24c6780a8050b9347c466717cb3d30ee501 (diff)
Mark test as unsupported c++98/03 to fix buildbots
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@310530 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/unittest_demangle.pass.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unittest_demangle.pass.cpp b/test/unittest_demangle.pass.cpp
index 86672e2..0b4505e 100644
--- a/test/unittest_demangle.pass.cpp
+++ b/test/unittest_demangle.pass.cpp
@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
+// UNSUPPORTED: c++98, c++03
+
#include "../src/cxa_demangle.cpp"
using namespace __cxxabiv1;