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 2b8bfbe commit efd3502Copy full SHA for efd3502
suite/testcommon.py
@@ -1115,6 +1115,7 @@ def test_verify_persistent_undo(self):
1115
bv.functions[0].set_comment(bv.functions[0].start, "Function start")
1116
bv.commit_undo_actions()
1117
1118
+ bv.update_analysis_and_wait()
1119
comments = self.get_comments(bv)
1120
functions = self.get_functions(bv)
1121
@@ -1126,6 +1127,7 @@ def test_verify_persistent_undo(self):
1126
1127
bv.create_user_function(bv.start)
1128
1129
1130
1131
bv.create_database(temp_name)
1132
1133
with binja.FileMetadata(temp_name).open_existing_database(temp_name).get_view_of_type('ELF') as bv:
0 commit comments