aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/sleep_before_dying.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/sleep_before_dying.c')
-rw-r--r--test/asan/TestCases/sleep_before_dying.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/sleep_before_dying.c b/test/asan/TestCases/sleep_before_dying.c
index 28ae0bf66d47..2029f572a9eb 100644
--- a/test/asan/TestCases/sleep_before_dying.c
+++ b/test/asan/TestCases/sleep_before_dying.c
@@ -1,5 +1,5 @@
// RUN: %clang_asan -O2 %s -o %t
-// RUN: env ASAN_OPTIONS="sleep_before_dying=1" not %run %t 2>&1 | FileCheck %s
+// RUN: env ASAN_OPTIONS="$ASAN_OPTIONS:sleep_before_dying=1" not %run %t 2>&1 | FileCheck %s
#include <stdlib.h>
int main() {