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