[NFC] Fixup for comment
authorJulian Lettner <julian.lettner@apple.com>
Tue, 11 Jan 2022 23:34:46 +0000 (15:34 -0800)
committerJulian Lettner <julian.lettner@apple.com>
Tue, 11 Jan 2022 23:35:15 +0000 (15:35 -0800)
compiler-rt/lib/tsan/tests/unit/tsan_trace_test.cpp

index d133dcb..9f006ab 100644 (file)
@@ -20,7 +20,6 @@
 // These tests are currently crashing on ppc64:
 // https://reviews.llvm.org/D110546#3025422
 // due to the way we create thread contexts
-// (but they crashed on Mac with normal pthread_create as well).
 // There must be some difference in thread initialization
 // between normal execution and unit tests.
 #  define TRACE_TEST(SUITE, NAME) TEST(SUITE, DISABLED_##NAME)