summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/Linux/sanitizer_set_death_callback_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/sanitizer_set_death_callback_test.cc b/compiler-rt/test/sanitizer_common/TestCases/Linux/sanitizer_set_death_callback_test.cc
index a64f4771f67..fdb68c0cdea 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Linux/sanitizer_set_death_callback_test.cc
+++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/sanitizer_set_death_callback_test.cc
@@ -1,5 +1,7 @@
// RUN: %clangxx -O2 %s -o %t && not %run %t 2>&1 | FileCheck %s
+// REQUIRES: stable-runtime
+
#include <sanitizer/common_interface_defs.h>
#include <stdio.h>
OpenPOWER on IntegriCloud