diff options
Diffstat (limited to 'compiler-rt/test/msan/ioctl_sound.cc')
| -rw-r--r-- | compiler-rt/test/msan/ioctl_sound.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/msan/ioctl_sound.cc b/compiler-rt/test/msan/ioctl_sound.cc index ed896f76118..fb36c52f2e7 100644 --- a/compiler-rt/test/msan/ioctl_sound.cc +++ b/compiler-rt/test/msan/ioctl_sound.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 <fcntl.h> |

