Loading lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/coroutine_handle/TestCoroutineHandle.py +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ class TestCoroutineHandle(TestBase): lldbutil.continue_to_source_breakpoint( self, process, "// Break after co_yield", lldb.SBFileSpec("main.cpp", False) ) # We correctly show the updated value inside `prommise.current_value`. # We correctly show the updated value inside `promise.current_value`. self.expect_expr( "gen.hdl", result_children=[ Loading Loading
lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/coroutine_handle/TestCoroutineHandle.py +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ class TestCoroutineHandle(TestBase): lldbutil.continue_to_source_breakpoint( self, process, "// Break after co_yield", lldb.SBFileSpec("main.cpp", False) ) # We correctly show the updated value inside `prommise.current_value`. # We correctly show the updated value inside `promise.current_value`. self.expect_expr( "gen.hdl", result_children=[ Loading