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