Remove task to get C++03 tests passing from TODO.txt
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@246392 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e2d4892682
commit
9eddf6e1f5
1
TODO.TXT
1
TODO.TXT
@ -39,7 +39,6 @@ Atomic Related Tasks
|
|||||||
|
|
||||||
Test Suite Tasks
|
Test Suite Tasks
|
||||||
================
|
================
|
||||||
* Get test suite passing in C++03.
|
|
||||||
* Move all libc++ specific tests from test/std into test/libcxx.
|
* Move all libc++ specific tests from test/std into test/libcxx.
|
||||||
* Improve how LIT handles compiler warnings.
|
* Improve how LIT handles compiler warnings.
|
||||||
* Improve the quality and portability of the locale test data.
|
* Improve the quality and portability of the locale test data.
|
||||||
|
@ -41,7 +41,7 @@ extern "C" void LLVMFuzzerTestOneInput(const char *data)
|
|||||||
|
|
||||||
void fuzz_tests() // patterns that the fuzzer has found
|
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
|
#if TEST_STD_VER >= 11
|
||||||
LLVMFuzzerTestOneInput(R"XX(Õ)_%()()((\8'_%()_%()_%()_%(()_%()_%()_%(.t;)()¥f()_%()(.)_%;)()!¥f(((()()XX");
|
LLVMFuzzerTestOneInput(R"XX(Õ)_%()()((\8'_%()_%()_%()_%(()_%()_%()_%(.t;)()¥f()_%()(.)_%;)()!¥f(((()()XX");
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user