Commit 5ff72254 authored by Dan Field's avatar Dan Field Committed by Flutter GitHub Bot

fix io_test (#48097)

parent 9df1790f
......@@ -77,6 +77,7 @@ void main() {
setExitFunctionForTests((int value) {});
expect(() => exit(0), returnsNormally);
restoreExitFunction();
});
test('test_api defines the Declarer in a known place', () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment