summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/msan/getaddrinfo-positive.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/msan/getaddrinfo-positive.cc')
-rw-r--r--compiler-rt/test/msan/getaddrinfo-positive.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/msan/getaddrinfo-positive.cc b/compiler-rt/test/msan/getaddrinfo-positive.cc
index 7658cd504db..45c1b604d1e 100644
--- a/compiler-rt/test/msan/getaddrinfo-positive.cc
+++ b/compiler-rt/test/msan/getaddrinfo-positive.cc
@@ -1,6 +1,6 @@
-// RUN: %clangxx_msan -m64 -O0 %s -o %t && not %run %t >%t.out 2>&1
+// RUN: %clangxx_msan -O0 %s -o %t && not %run %t >%t.out 2>&1
// RUN: FileCheck %s < %t.out
-// RUN: %clangxx_msan -m64 -O3 %s -o %t && not %run %t >%t.out 2>&1
+// RUN: %clangxx_msan -O3 %s -o %t && not %run %t >%t.out 2>&1
// RUN: FileCheck %s < %t.out
#include <sys/types.h>
OpenPOWER on IntegriCloud