summaryrefslogtreecommitdiff
path: root/test/xray/TestCases/Darwin/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/xray/TestCases/Darwin/lit.local.cfg')
-rw-r--r--test/xray/TestCases/Darwin/lit.local.cfg9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/xray/TestCases/Darwin/lit.local.cfg b/test/xray/TestCases/Darwin/lit.local.cfg
deleted file mode 100644
index a85dfcd24..000000000
--- a/test/xray/TestCases/Darwin/lit.local.cfg
+++ /dev/null
@@ -1,9 +0,0 @@
-def getRoot(config):
- if not config.parent:
- return config
- return getRoot(config.parent)
-
-root = getRoot(config)
-
-if root.host_os not in ['Darwin']:
- config.unsupported = True