Skip to content

Commit 25afea7

Browse files
committed
[lldb][test] Fix typo in lldb-dap skip for Arm 32-bit
Fixes 17dbd86 (again)
1 parent 01fbbda commit 25afea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/packages/Python/lldbsuite/test/tools/lldb-dap/lldbdap_testcase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# https://github.com/llvm/llvm-project/issues/137660
1717
@skipIf(oslist=["windows"], archs=["aarch64"])
1818
# The Arm Linux bot needs stable resources before it can run these tests reliably.
19-
@skipif(oslist=["linux"], archs=["arm$"])
19+
@skipIf(oslist=["linux"], archs=["arm$"])
2020
class DAPTestCaseBase(TestBase):
2121
# set timeout based on whether ASAN was enabled or not. Increase
2222
# timeout by a factor of 10 if ASAN is enabled.

0 commit comments

Comments
 (0)