aboutsummaryrefslogtreecommitdiff
path: root/test/msan/Linux/sunrpc_bytes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/msan/Linux/sunrpc_bytes.cc')
-rw-r--r--test/msan/Linux/sunrpc_bytes.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/msan/Linux/sunrpc_bytes.cc b/test/msan/Linux/sunrpc_bytes.cc
index f0c35746f34d..477637af2b63 100644
--- a/test/msan/Linux/sunrpc_bytes.cc
+++ b/test/msan/Linux/sunrpc_bytes.cc
@@ -1,6 +1,6 @@
-// RUN: %clangxx_msan -m64 -g -O0 %s -o %t && \
+// RUN: %clangxx_msan -g -O0 %s -o %t && \
// RUN: %run %t 2>&1
-// RUN: %clangxx_msan -m64 -g -O0 -DUNINIT=1 %s -o %t && \
+// RUN: %clangxx_msan -g -O0 -DUNINIT=1 %s -o %t && \
// RUN: not %run %t 2>&1 | FileCheck %s
#include <assert.h>