From fd5ceb2228a7d3ae5e132bfd403a72150b919eb3 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 26 Apr 2016 16:24:44 +0000 Subject: #include 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 --- libcxx/test/std/re/re.syn/sregex_iterator.pass.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libcxx/test/std/re/re.syn/sregex_iterator.pass.cpp') diff --git a/libcxx/test/std/re/re.syn/sregex_iterator.pass.cpp b/libcxx/test/std/re/re.syn/sregex_iterator.pass.cpp index 7acd96194b0..146316408ba 100644 --- a/libcxx/test/std/re/re.syn/sregex_iterator.pass.cpp +++ b/libcxx/test/std/re/re.syn/sregex_iterator.pass.cpp @@ -13,6 +13,7 @@ #include #include +#include "test_macros.h" int main() { -- cgit v1.2.3