summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Linux/unpoison_tls.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Linux/unpoison_tls.cc')
-rw-r--r--test/asan/TestCases/Linux/unpoison_tls.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Linux/unpoison_tls.cc b/test/asan/TestCases/Linux/unpoison_tls.cc
index 4c693b429..9c1d74b28 100644
--- a/test/asan/TestCases/Linux/unpoison_tls.cc
+++ b/test/asan/TestCases/Linux/unpoison_tls.cc
@@ -1,7 +1,7 @@
// Test that TLS is unpoisoned on thread death.
// REQUIRES: x86_64-supported-target,i386-supported-target
-// RUN: %clangxx_asan -O1 %s -lpthread -o %t && %run %t 2>&1
+// RUN: %clangxx_asan -O1 %s -pthread -o %t && %run %t 2>&1
#include <assert.h>
#include <pthread.h>