Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ void main() {
setExitFunctionForTests((int value) {});

expect(() => exit(0), returnsNormally);
restoreExitFunction();
Copy link
Copy Markdown
Member

@zanderso zanderso Jan 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably a bit paranoid, but should this go in a finally {} ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

});

test('test_api defines the Declarer in a known place', () {
Expand Down