llvm-project/libcxx/test/std/atomics/atomics.flag
Louis Dionne 6f6175d1c6 [libc++][NFC] Fix copy-paste errors in tests
The test precision_type.pass.cpp was a duplicate of precision.pass.cpp,
so it is removed. atomic_flag_test.pass.cpp was a duplicate of
atomic_flag_test_and_set.pass.cpp, so instead I wrote a proper
test for it. Those duplicate tests were detected with

     find libcxx ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD
2021-08-18 08:54:18 -04:00
..
atomic_flag_clear.pass.cpp
atomic_flag_clear_explicit.pass.cpp
atomic_flag_test.pass.cpp [libc++][NFC] Fix copy-paste errors in tests 2021-08-18 08:54:18 -04:00
atomic_flag_test_and_set.pass.cpp
atomic_flag_test_and_set_explicit.pass.cpp
atomic_flag_test_explicit.pass.cpp [libc++][NFC] Fix copy-paste errors in tests 2021-08-18 08:54:18 -04:00
clear.pass.cpp
copy_assign.compile.fail.cpp
copy_ctor.compile.fail.cpp
copy_volatile_assign.compile.fail.cpp
default.pass.cpp
init.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
test_and_set.pass.cpp