We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2dc2f8 commit 70bd610Copy full SHA for 70bd610
lldb/test/API/tools/lldb-dap/module/TestDAP_module.py
@@ -8,7 +8,7 @@
8
import re
9
10
# Flakey in Github CI runs, see https://github.com/llvm/llvm-project/issues/137660.
11
-@SkipIfLinux
+@skipIfLinux
12
class TestDAP_module(lldbdap_testcase.DAPTestCaseBase):
13
def run_test(self, symbol_basename, expect_debug_info_size):
14
program_basename = "a.out.stripped"
0 commit comments