summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/double-free.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/double-free.cc')
-rw-r--r--test/asan/TestCases/double-free.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/asan/TestCases/double-free.cc b/test/asan/TestCases/double-free.cc
index 9bd418fc6c809..2a26b23fb1f10 100644
--- a/test/asan/TestCases/double-free.cc
+++ b/test/asan/TestCases/double-free.cc
@@ -7,9 +7,7 @@
// RUN: %clangxx_asan -O0 -fsanitize-recover=address %s -o %t 2>&1
// RUN: %env_asan_opts=halt_on_error=false %run %t 2>&1 | FileCheck %s --check-prefix CHECK-RECOVER
-
-// XFAIL: arm-linux-gnueabi
-// XFAIL: armv7l-unknown-linux-gnueabihf
+// REQUIRES: stable-runtime
#include <stdlib.h>
#include <string.h>