summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/init-order-pthread-create.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/init-order-pthread-create.cc')
-rw-r--r--test/asan/TestCases/init-order-pthread-create.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/init-order-pthread-create.cc b/test/asan/TestCases/init-order-pthread-create.cc
index 96e0865dc..21abebd60 100644
--- a/test/asan/TestCases/init-order-pthread-create.cc
+++ b/test/asan/TestCases/init-order-pthread-create.cc
@@ -2,7 +2,7 @@
// called.
// RUN: %clangxx_asan %s %p/Helpers/init-order-pthread-create-extra.cc -lpthread -o %t
-// RUN: ASAN_OPTIONS=strict_init_order=true %t
+// RUN: ASAN_OPTIONS=strict_init_order=true %run %t
#include <stdio.h>
#include <pthread.h>