summaryrefslogtreecommitdiff
path: root/test/DebugInfo/AArch64/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/AArch64/lit.local.cfg')
-rw-r--r--test/DebugInfo/AArch64/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/AArch64/lit.local.cfg b/test/DebugInfo/AArch64/lit.local.cfg
index 9a66a00189..a75a42b6f7 100644
--- a/test/DebugInfo/AArch64/lit.local.cfg
+++ b/test/DebugInfo/AArch64/lit.local.cfg
@@ -1,4 +1,4 @@
targets = set(config.root.targets_to_build.split())
-if not 'AArch64' in targets:
+if not 'ARM64' in targets:
config.unsupported = True