summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Linux/preinit_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Linux/preinit_test.cc')
-rw-r--r--test/asan/TestCases/Linux/preinit_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Linux/preinit_test.cc b/test/asan/TestCases/Linux/preinit_test.cc
index 28e509472..4444c1ca4 100644
--- a/test/asan/TestCases/Linux/preinit_test.cc
+++ b/test/asan/TestCases/Linux/preinit_test.cc
@@ -1,6 +1,6 @@
// RUN: %clangxx -DFUNC=zzzz %s -shared -o %t.so -fPIC
// RUN: %clangxx_asan -DFUNC=main %s -o %t -Wl,-R. %t.so
-// RUN: %t
+// RUN: %run %t
// This test ensures that we call __asan_init early enough.
// We build a shared library w/o asan instrumentation