Skip to content

Commit 605a997

Browse files
committed
Remove obsolete calls to MemoryPressureDetected
1 parent beb97e1 commit 605a997

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
@@ -54,7 +54,6 @@ def test(self):
5454
bar_value.GetError().Success())
5555

5656
self.assertTrue(os.path.isdir(mod_cache), "module cache exists")
57-
lldb.SBDebugger.MemoryPressureDetected()
5857

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

0 commit comments

Comments
 (0)