summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/re/re.syn/cmatch.pass.cpp
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2016-04-26 16:24:44 +0000
committerMarshall Clow <mclow.lists@gmail.com>2016-04-26 16:24:44 +0000
commitfd5ceb2228a7d3ae5e132bfd403a72150b919eb3 (patch)
tree333e5a05e174446be22a17010bf42412a8003bd6 /libcxx/test/std/re/re.syn/cmatch.pass.cpp
parent5dd550a3ffec6c1dfc2fb36a7c0db4527bdd3b00 (diff)
downloadbcm5719-llvm-fd5ceb2228a7d3ae5e132bfd403a72150b919eb3.tar.gz
bcm5719-llvm-fd5ceb2228a7d3ae5e132bfd403a72150b919eb3.zip
#include <test_macros.h> in all the regex tests, and remove all mentions of __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change
llvm-svn: 267567
Diffstat (limited to 'libcxx/test/std/re/re.syn/cmatch.pass.cpp')
-rw-r--r--libcxx/test/std/re/re.syn/cmatch.pass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/re/re.syn/cmatch.pass.cpp b/libcxx/test/std/re/re.syn/cmatch.pass.cpp
index 1364b7873ea..bf467bcbc77 100644
--- a/libcxx/test/std/re/re.syn/cmatch.pass.cpp
+++ b/libcxx/test/std/re/re.syn/cmatch.pass.cpp
@@ -13,6 +13,7 @@
#include <regex>
#include <type_traits>
+#include "test_macros.h"
int main()
{
OpenPOWER on IntegriCloud