summaryrefslogtreecommitdiff
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 c967531c2..2e0c864b6 100644
--- a/test/asan/TestCases/uar_and_exceptions.cc
+++ b/test/asan/TestCases/uar_and_exceptions.cc
@@ -1,6 +1,6 @@
// Test that use-after-return works with exceptions.
// export ASAN_OPTIONS=detect_stack_use_after_return=1
-// RUN: %clangxx_asan -O0 %s -o %t && %t
+// RUN: %clangxx_asan -O0 %s -o %t && %run %t
#include <stdio.h>