diff options
Diffstat (limited to 'compiler-rt/test/msan/strxfrm.cc')
| -rw-r--r-- | compiler-rt/test/msan/strxfrm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/msan/strxfrm.cc b/compiler-rt/test/msan/strxfrm.cc index b930a6af69c..9a30d03c33a 100644 --- a/compiler-rt/test/msan/strxfrm.cc +++ b/compiler-rt/test/msan/strxfrm.cc @@ -1,4 +1,4 @@ -// RUN: %clangxx_msan -m64 -O0 -g %s -o %t && %run %t +// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t #include <assert.h> #include <sanitizer/msan_interface.h> |

