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