summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/msan/rand_r.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/msan/rand_r.cc')
-rw-r--r--compiler-rt/test/msan/rand_r.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/msan/rand_r.cc b/compiler-rt/test/msan/rand_r.cc
index d6bdb1deaa6..f40cf9f9632 100644
--- a/compiler-rt/test/msan/rand_r.cc
+++ b/compiler-rt/test/msan/rand_r.cc
@@ -1,5 +1,5 @@
-// RUN: %clangxx_msan -m64 -O0 -g %s -o %t && %run %t
-// RUN: %clangxx_msan -m64 -O0 -g -DUNINIT %s -o %t && not %run %t 2>&1 | FileCheck %s
+// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
+// RUN: %clangxx_msan -O0 -g -DUNINIT %s -o %t && not %run %t 2>&1 | FileCheck %s
#include <assert.h>
#include <stdio.h>
OpenPOWER on IntegriCloud