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