summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/use-after-scope-nobug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/use-after-scope-nobug.cc')
-rw-r--r--test/asan/TestCases/use-after-scope-nobug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/use-after-scope-nobug.cc b/test/asan/TestCases/use-after-scope-nobug.cc
index c23acf76e..0a1bbfed0 100644
--- a/test/asan/TestCases/use-after-scope-nobug.cc
+++ b/test/asan/TestCases/use-after-scope-nobug.cc
@@ -1,4 +1,4 @@
-// RUN: %clangxx_asan -O0 -fsanitize=use-after-scope %s -o %t && %t
+// RUN: %clangxx_asan -O0 -fsanitize=use-after-scope %s -o %t && %run %t
#include <stdio.h>