summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/default_options.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/default_options.cc')
-rw-r--r--test/asan/TestCases/default_options.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/default_options.cc b/test/asan/TestCases/default_options.cc
index 84b80557b..c77dd49e6 100644
--- a/test/asan/TestCases/default_options.cc
+++ b/test/asan/TestCases/default_options.cc
@@ -1,5 +1,5 @@
// RUN: %clangxx_asan -O2 %s -o %t
-// RUN: %t 2>&1 | FileCheck %s
+// RUN: %run %t 2>&1 | FileCheck %s
const char *kAsanDefaultOptions="verbosity=1 foo=bar";