summaryrefslogtreecommitdiff
path: root/compiler-rt/test/lsan/TestCases/create_thread_leak.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/lsan/TestCases/create_thread_leak.cpp')
-rw-r--r--compiler-rt/test/lsan/TestCases/create_thread_leak.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/compiler-rt/test/lsan/TestCases/create_thread_leak.cpp b/compiler-rt/test/lsan/TestCases/create_thread_leak.cpp
index 4074cd4e540e..92e70b2e37c3 100644
--- a/compiler-rt/test/lsan/TestCases/create_thread_leak.cpp
+++ b/compiler-rt/test/lsan/TestCases/create_thread_leak.cpp
@@ -4,10 +4,7 @@
// RUN: %run not %t 10 1 0 0 2>&1 | FileCheck %s --check-prefixes=LEAK,LEAK123
// RUN: %run not %t 10 0 1 0 2>&1 | FileCheck %s --check-prefixes=LEAK,LEAK234
// RUN: %run not %t 10 0 0 1 2>&1 | FileCheck %s --check-prefixes=LEAK,LEAK234
-
-// FIXME: Remove "not". There is no leak.
-// False LEAK234 is broken for LSAN.
-// RUN: %run %if lsan-standalone %{ not %} %t 10 0 0 0
+// RUN: %run %t 10 0 0 0
#include <pthread.h>
#include <stdlib.h>