aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/init-order-atexit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/init-order-atexit.cc')
-rw-r--r--test/asan/TestCases/init-order-atexit.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/init-order-atexit.cc b/test/asan/TestCases/init-order-atexit.cc
index 1bbc655b17f1..021b2bd39a4c 100644
--- a/test/asan/TestCases/init-order-atexit.cc
+++ b/test/asan/TestCases/init-order-atexit.cc
@@ -5,7 +5,7 @@
// We do *not* want to report init-order bug in this case.
// RUN: %clangxx_asan -O0 %s %p/Helpers/init-order-atexit-extra.cc -o %t
-// RUN: env ASAN_OPTIONS=$ASAN_OPTIONS:strict_init_order=true not %run %t 2>&1 | FileCheck %s
+// RUN: %env_asan_opts=strict_init_order=true not %run %t 2>&1 | FileCheck %s
#include <stdio.h>
#include <stdlib.h>