diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2016-04-26 16:24:44 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2016-04-26 16:24:44 +0000 |
commit | fd5ceb2228a7d3ae5e132bfd403a72150b919eb3 (patch) | |
tree | 333e5a05e174446be22a17010bf42412a8003bd6 /libcxx/test/std/re/re.syn/cmatch.pass.cpp | |
parent | 5dd550a3ffec6c1dfc2fb36a7c0db4527bdd3b00 (diff) | |
download | bcm5719-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.cpp | 1 |
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() { |