aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Posix/tsd_dtor_leak.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Posix/tsd_dtor_leak.cc')
-rw-r--r--test/asan/TestCases/Posix/tsd_dtor_leak.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Posix/tsd_dtor_leak.cc b/test/asan/TestCases/Posix/tsd_dtor_leak.cc
index 69d28194fb9e..9e71ff61cf02 100644
--- a/test/asan/TestCases/Posix/tsd_dtor_leak.cc
+++ b/test/asan/TestCases/Posix/tsd_dtor_leak.cc
@@ -1,7 +1,7 @@
// Regression test for a leak in tsd:
// https://code.google.com/p/address-sanitizer/issues/detail?id=233
// RUN: %clangxx_asan -O1 %s -pthread -o %t
-// RUN: env ASAN_OPTIONS=$ASAN_OPTIONS:quarantine_size_mb=0 %run %t
+// RUN: %env_asan_opts=quarantine_size_mb=0 %run %t
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>