]> git.proxmox.com Git - rustc.git/blobdiff - src/compiler-rt/test/msan/Linux/glob_nomatch.cc
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / compiler-rt / test / msan / Linux / glob_nomatch.cc
index bc35c30d6d07fd6fa85a8b305b092a44993ae30c..fa132c8137278ab49dad55c2c6750c60a0b5610a 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %clangxx_msan -m64 -O0 %s -o %t && %run %t %p
-// RUN: %clangxx_msan -m64 -O3 %s -o %t && %run %t %p
+// RUN: %clangxx_msan -O0 %s -o %t && %run %t %p
+// RUN: %clangxx_msan -O3 %s -o %t && %run %t %p
 
 #include <assert.h>
 #include <glob.h>