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.
2 parents 1d11d36 + 605a997 commit c4bbdfbCopy full SHA for c4bbdfb
lldb/test/API/lang/swift/clangimporter/macro_conflict/TestSwiftMacroConflict.py
@@ -55,7 +55,6 @@ def test(self):
55
bar_value.GetError().Success())
56
57
self.assertTrue(os.path.isdir(mod_cache), "module cache exists")
58
- lldb.SBDebugger.MemoryPressureDetected()
59
60
# Don't run ClangImporter tests if Clangimporter is disabled.
61
@skipIf(setting=('symbols.use-swift-clangimporter', 'false'))
@@ -85,4 +84,3 @@ def test_with_dwarfimporter(self):
85
84
process.Continue()
86
self.expect("v foo", substrs=["42"])
87
88
0 commit comments