summaryrefslogtreecommitdiffstats
path: root/libcxx/test
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test')
-rw-r--r--libcxx/test/re/re.submatch/re.submatch.op/compare.pass.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/re/re.submatch/re.submatch.op/compare.pass.cpp b/libcxx/test/re/re.submatch/re.submatch.op/compare.pass.cpp
index 9a2588e1f5d..36376aa0563 100644
--- a/libcxx/test/re/re.submatch/re.submatch.op/compare.pass.cpp
+++ b/libcxx/test/re/re.submatch/re.submatch.op/compare.pass.cpp
@@ -282,6 +282,6 @@ int main()
test(std::string("1234"), std::string("123"));
test(std::wstring(L"123"), std::wstring(L"123"));
test(std::wstring(L"1234"), std::wstring(L"123"));
-// test(std::string("123\00056", 6), std::string("123\056", 6), false);
-// test(std::wstring(L"123\00056", 6), std::wstring(L"123\056", 6), false);
+ test(std::string("123\00056", 6), std::string("123\00056", 6), false);
+ test(std::wstring(L"123\00056", 6), std::wstring(L"123\00056", 6), false);
}
OpenPOWER on IntegriCloud