diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-08-30 17:58:50 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-08-30 17:58:50 +0000 |
commit | de1495b9b6585d3a8b3e48e511aa96c3ed208dca (patch) | |
tree | dba44a80aa7170c0b444e5b9041c6f4540e7a102 | |
parent | 2dbe3440d59703dc05e301a66225091cc719ddbd (diff) | |
download | bcm5719-llvm-de1495b9b6585d3a8b3e48e511aa96c3ed208dca.tar.gz bcm5719-llvm-de1495b9b6585d3a8b3e48e511aa96c3ed208dca.zip |
Remove task to get C++03 tests passing from TODO.txt
llvm-svn: 246392
-rw-r--r-- | libcxx/TODO.TXT | 1 | ||||
-rw-r--r-- | libcxx/test/std/re/re.alg/re.alg.search/grep.pass.cpp | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/libcxx/TODO.TXT b/libcxx/TODO.TXT index 52c1bf62326..25b4c8b3524 100644 --- a/libcxx/TODO.TXT +++ b/libcxx/TODO.TXT @@ -39,7 +39,6 @@ Atomic Related Tasks Test Suite Tasks ================ -* Get test suite passing in C++03. * Move all libc++ specific tests from test/std into test/libcxx. * Improve how LIT handles compiler warnings. * Improve the quality and portability of the locale test data. diff --git a/libcxx/test/std/re/re.alg/re.alg.search/grep.pass.cpp b/libcxx/test/std/re/re.alg/re.alg.search/grep.pass.cpp index a26f81eab52..7a44ba71ada 100644 --- a/libcxx/test/std/re/re.alg/re.alg.search/grep.pass.cpp +++ b/libcxx/test/std/re/re.alg/re.alg.search/grep.pass.cpp @@ -41,7 +41,7 @@ extern "C" void LLVMFuzzerTestOneInput(const char *data) void fuzz_tests() // patterns that the fuzzer has found { -// Raw string literals are a C++11 +// Raw string literals are a C++11 feature. #if TEST_STD_VER >= 11 LLVMFuzzerTestOneInput(R"XX(Õ)_%()()((\8'_%()_%()_%()_%(()_%()_%()_%(.t;)()¥f()_%()(.)_%;)()!¥f(((()()XX"); #endif |