aboutsummaryrefslogtreecommitdiff
path: root/test/dfsan/propagate.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dfsan/propagate.c')
-rw-r--r--test/dfsan/propagate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dfsan/propagate.c b/test/dfsan/propagate.c
index 733538cb109a..c30a087d6636 100644
--- a/test/dfsan/propagate.c
+++ b/test/dfsan/propagate.c
@@ -1,5 +1,5 @@
-// RUN: %clang_dfsan -m64 %s -o %t && %run %t
-// RUN: %clang_dfsan -mllvm -dfsan-args-abi -m64 %s -o %t && %run %t
+// RUN: %clang_dfsan %s -o %t && %run %t
+// RUN: %clang_dfsan -mllvm -dfsan-args-abi %s -o %t && %run %t
// Tests that labels are propagated through computation and that union labels
// are properly created.