summaryrefslogtreecommitdiff
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dfsan/write_callback.c b/test/dfsan/write_callback.c
index 3ba027a0a46ae..31470efa9e879 100644
--- a/test/dfsan/write_callback.c
+++ b/test/dfsan/write_callback.c
@@ -3,6 +3,7 @@
// Tests that the custom implementation of write() does writes with or without
// a callback set using dfsan_set_write_callback().
+// REQUIRES: stable-runtime
#include <sanitizer/dfsan_interface.h>