aboutsummaryrefslogtreecommitdiff
path: root/test/msan/setlocale.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/msan/setlocale.cc')
-rw-r--r--test/msan/setlocale.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/msan/setlocale.cc b/test/msan/setlocale.cc
index b7007f78da7c..796f4454e6aa 100644
--- a/test/msan/setlocale.cc
+++ b/test/msan/setlocale.cc
@@ -1,4 +1,4 @@
-// RUN: %clangxx_msan -m64 -O0 %s -o %t && %run %t
+// RUN: %clangxx_msan -O0 %s -o %t && %run %t
#include <assert.h>
#include <locale.h>