aboutsummaryrefslogtreecommitdiff
path: root/test/dfsan/write_callback.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dfsan/write_callback.c')
-rw-r--r--test/dfsan/write_callback.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dfsan/write_callback.c b/test/dfsan/write_callback.c
index bb35f3250740..3ba027a0a46a 100644
--- a/test/dfsan/write_callback.c
+++ b/test/dfsan/write_callback.c
@@ -1,5 +1,5 @@
-// RUN: %clang_dfsan -m64 %s -o %t && %run %t | FileCheck %s
-// RUN: %clang_dfsan -mllvm -dfsan-args-abi -m64 %s -o %t && %run %t | FileCheck %s
+// RUN: %clang_dfsan %s -o %t && %run %t | FileCheck %s
+// RUN: %clang_dfsan -mllvm -dfsan-args-abi %s -o %t && %run %t | FileCheck %s
// Tests that the custom implementation of write() does writes with or without
// a callback set using dfsan_set_write_callback().