Skip to content

Commit b707cf0

Browse files
committed
[lldb/Test] Add decorator to the right method
1 parent 1e566f6 commit b707cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class TestScriptedResolver(TestBase):
1616
NO_DEBUG_INFO_TESTCASE = True
1717

1818
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24528")
19+
@skipIfReproducer # Unexpected packet during replay
1920
def test_scripted_resolver(self):
2021
"""Use a scripted resolver to set a by symbol name breakpoint"""
2122
self.build()
@@ -45,7 +46,6 @@ def test_copy_from_dummy_target(self):
4546
self.build()
4647
self.do_test_copy_from_dummy_target()
4748

48-
@skipIfReproducer # Unexpected packet during replay
4949
def make_target_and_import(self):
5050
target = self.make_target()
5151
self.import_resolver_script()

0 commit comments

Comments
 (0)