aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/uar_and_exceptions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/uar_and_exceptions.cc')
-rw-r--r--test/asan/TestCases/uar_and_exceptions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/uar_and_exceptions.cc b/test/asan/TestCases/uar_and_exceptions.cc
index 0bfe29729555..bdeca434e6c2 100644
--- a/test/asan/TestCases/uar_and_exceptions.cc
+++ b/test/asan/TestCases/uar_and_exceptions.cc
@@ -1,5 +1,5 @@
// Test that use-after-return works with exceptions.
-// export ASAN_OPTIONS=detect_stack_use_after_return=1
+// export ASAN_OPTIONS=$ASAN_OPTIONS:detect_stack_use_after_return=1
// RUN: %clangxx_asan -O0 %s -o %t && %run %t
// Clang doesn't support exceptions on Windows yet.