forked from OSchip/llvm-project
Mark test as unsupported c++98/03 to fix buildbots
llvm-svn: 310530
This commit is contained in:
parent
7d442fc6d4
commit
7377525fce
|
@ -7,6 +7,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
#include "../src/cxa_demangle.cpp"
|
||||
|
||||
using namespace __cxxabiv1;
|
||||
|
|
Loading…
Reference in New Issue