aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/atexit_stats.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/atexit_stats.cc')
-rw-r--r--test/asan/TestCases/atexit_stats.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/atexit_stats.cc b/test/asan/TestCases/atexit_stats.cc
index be6534475245..596bfdaa0d53 100644
--- a/test/asan/TestCases/atexit_stats.cc
+++ b/test/asan/TestCases/atexit_stats.cc
@@ -1,6 +1,6 @@
// Make sure we report atexit stats.
// RUN: %clangxx_asan -O3 %s -o %t
-// RUN: env ASAN_OPTIONS=atexit=1:print_stats=1 %run %t 2>&1 | FileCheck %s
+// RUN: env ASAN_OPTIONS=$ASAN_OPTIONS:atexit=1:print_stats=1 %run %t 2>&1 | FileCheck %s
//
// No atexit output on Android due to
// https://code.google.com/p/address-sanitizer/issues/detail?id=263