summaryrefslogtreecommitdiff
path: root/test/safestack/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/safestack/lit.cfg')
-rw-r--r--test/safestack/lit.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/safestack/lit.cfg b/test/safestack/lit.cfg
index 87b678320..10cd8a5a5 100644
--- a/test/safestack/lit.cfg
+++ b/test/safestack/lit.cfg
@@ -20,8 +20,3 @@ if config.lto_supported:
if config.host_os not in ['Linux', 'FreeBSD', 'Darwin', 'NetBSD']:
config.unsupported = True
-
-# Allow tests to use REQUIRES=stable-runtime. For use when you cannot use XFAIL
-# because the test fail due some runtime issue.
-if config.target_arch != 'aarch64':
- config.available_features.add('stable-runtime')