Skip to content

Commit c4bbdfb

Browse files
Merge pull request swiftlang#8041 from adrian-prantl/mempressure
Remove obsolete calls to MemoryPressureDetected
2 parents 1d11d36 + 605a997 commit c4bbdfb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/test/API/lang/swift/clangimporter/macro_conflict/TestSwiftMacroConflict.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def test(self):
5555
bar_value.GetError().Success())
5656

5757
self.assertTrue(os.path.isdir(mod_cache), "module cache exists")
58-
lldb.SBDebugger.MemoryPressureDetected()
5958

6059
# Don't run ClangImporter tests if Clangimporter is disabled.
6160
@skipIf(setting=('symbols.use-swift-clangimporter', 'false'))
@@ -85,4 +84,3 @@ def test_with_dwarfimporter(self):
8584
process.Continue()
8685
self.expect("v foo", substrs=["42"])
8786
self.assertTrue(os.path.isdir(mod_cache), "module cache exists")
88-
lldb.SBDebugger.MemoryPressureDetected()

0 commit comments

Comments
 (0)