summaryrefslogtreecommitdiff
path: root/test/msan/iconv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/msan/iconv.cc')
-rw-r--r--test/msan/iconv.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/msan/iconv.cc b/test/msan/iconv.cc
index e7c30edd9..ea6958b79 100644
--- a/test/msan/iconv.cc
+++ b/test/msan/iconv.cc
@@ -1,5 +1,5 @@
-// RUN: %clangxx_msan -m64 -O0 -g %s -o %t && %t
-// RUN: %clangxx_msan -m64 -O0 -g -DPOSITIVE %s -o %t && not %t |& FileCheck %s
+// RUN: %clangxx_msan -m64 -O0 -g %s -o %t && %run %t
+// RUN: %clangxx_msan -m64 -O0 -g -DPOSITIVE %s -o %t && not %run %t |& FileCheck %s
#include <assert.h>
#include <iconv.h>