diff options
Diffstat (limited to 'compiler-rt/test/asan/TestCases/Linux/tsd_dtor_leak.cc')
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/tsd_dtor_leak.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/tsd_dtor_leak.cc b/compiler-rt/test/asan/TestCases/Linux/tsd_dtor_leak.cc index fdac964bfe6..221f6accd93 100644 --- a/compiler-rt/test/asan/TestCases/Linux/tsd_dtor_leak.cc +++ b/compiler-rt/test/asan/TestCases/Linux/tsd_dtor_leak.cc @@ -1,6 +1,6 @@ // Regression test for a leak in tsd: // https://code.google.com/p/address-sanitizer/issues/detail?id=233 -// RUN: %clangxx_asan -O1 %s -lpthread -o %t +// RUN: %clangxx_asan -O1 %s -pthread -o %t // RUN: ASAN_OPTIONS=quarantine_size=1 %run %t #include <pthread.h> #include <stdio.h> |

