Re-commit the test for regex that I busted last night - now passes under ASAN
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@224342 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6cf4f15970
commit
4975bad299
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user