diff options
Diffstat (limited to 'libcxx/test/re/re.alg/re.alg.match/basic.pass.cpp')
-rw-r--r-- | libcxx/test/re/re.alg/re.alg.match/basic.pass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/test/re/re.alg/re.alg.match/basic.pass.cpp b/libcxx/test/re/re.alg/re.alg.match/basic.pass.cpp index 4aa66833801..06880ee54a2 100644 --- a/libcxx/test/re/re.alg/re.alg.match/basic.pass.cpp +++ b/libcxx/test/re/re.alg/re.alg.match/basic.pass.cpp @@ -691,7 +691,6 @@ int main() assert(m.str(0) == s); } - { std::wcmatch m; assert(!std::regex_match(L"a", m, std::wregex())); |