summaryrefslogtreecommitdiff
path: root/test/msan/Linux/glob_nomatch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/msan/Linux/glob_nomatch.cc')
-rw-r--r--test/msan/Linux/glob_nomatch.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/msan/Linux/glob_nomatch.cc b/test/msan/Linux/glob_nomatch.cc
index 0262034ae..bc35c30d6 100644
--- a/test/msan/Linux/glob_nomatch.cc
+++ b/test/msan/Linux/glob_nomatch.cc
@@ -1,5 +1,5 @@
-// RUN: %clangxx_msan -m64 -O0 %s -o %t && %t %p
-// RUN: %clangxx_msan -m64 -O3 %s -o %t && %t %p
+// RUN: %clangxx_msan -m64 -O0 %s -o %t && %run %t %p
+// RUN: %clangxx_msan -m64 -O3 %s -o %t && %run %t %p
#include <assert.h>
#include <glob.h>