aboutsummaryrefslogtreecommitdiff
path: root/test/msan/cxa_atexit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/msan/cxa_atexit.cc')
-rw-r--r--test/msan/cxa_atexit.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/msan/cxa_atexit.cc b/test/msan/cxa_atexit.cc
index 0aa36ecee011..70384b9c93f8 100644
--- a/test/msan/cxa_atexit.cc
+++ b/test/msan/cxa_atexit.cc
@@ -1,4 +1,4 @@
-// RUN: %clangxx_msan -m64 -O0 %s -o %t && %run %t %p
+// RUN: %clangxx_msan -O0 %s -o %t && %run %t %p
// PR17377: C++ module destructors get stale argument shadow.