]> git.proxmox.com Git - rustc.git/blobdiff - src/compiler-rt/test/msan/ioctl.cc
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / compiler-rt / test / msan / ioctl.cc
index caa5c274f5ebae7dd58e796aea858f213fbaebc1..e21ef636c604a197455a7543f87c835a7afc6166 100644 (file)
@@ -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>