Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
call flush in tst_disassemblyoutput
Browse files Browse the repository at this point in the history
without flush the exspected file is empty which will cause the test to
fail
lievenhey committed Oct 31, 2023
1 parent b99b2b0 commit 9dd780e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/modeltests/tst_disassemblyoutput.cpp
Original file line number Diff line number Diff line change
@@ -126,6 +126,7 @@ private slots:
}

file->write(text.toUtf8());
file->flush();

return file->fileName();
}

0 comments on commit 9dd780e

Please sign in to comment.