summaryrefslogtreecommitdiff
path: root/test/tsan
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan')
-rw-r--r--test/tsan/deadlock_detector_stress_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/deadlock_detector_stress_test.cc b/test/tsan/deadlock_detector_stress_test.cc
index c442d15be..6d9f4b8bd 100644
--- a/test/tsan/deadlock_detector_stress_test.cc
+++ b/test/tsan/deadlock_detector_stress_test.cc
@@ -495,7 +495,7 @@ int main(int argc, char **argv) {
LockTest().Test12();
LockTest().Test13();
LockTest().Test14();
- // LockTest().Test15(); FIXME: this is broken for PthreadRWLock
+ // LockTest().Test15(); // FIXME: this is broken for PthreadRWLock
fprintf(stderr, "ALL-DONE\n");
// CHECK: ALL-DONE
}