summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/current_allocated_bytes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/current_allocated_bytes.cc')
-rw-r--r--test/asan/TestCases/current_allocated_bytes.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/asan/TestCases/current_allocated_bytes.cc b/test/asan/TestCases/current_allocated_bytes.cc
index a9cd15949..413d1a215 100644
--- a/test/asan/TestCases/current_allocated_bytes.cc
+++ b/test/asan/TestCases/current_allocated_bytes.cc
@@ -1,5 +1,5 @@
-// RUN: %clangxx_asan -O0 %s -lpthread -o %t && %run %t
-// RUN: %clangxx_asan -O2 %s -lpthread -o %t && %run %t
+// RUN: %clangxx_asan -O0 %s -pthread -o %t && %run %t
+// RUN: %clangxx_asan -O2 %s -pthread -o %t && %run %t
#include <assert.h>
#include <pthread.h>