flutter/packages/flutter_tools/lib
Jason Simmons fb8179bfed Remove a misfiring assert in the test framework plugin (#7397)
Fixes https://github.com/flutter/flutter/issues/7351

When a test runs to completion, the test harness closes the stream side of the
StreamChannel, causing the sink side to be closed as well.  So by the time we
receive a test result of completed/harnessBailed, the controller sink has been
closed.
2017-01-09 16:52:00 -08:00
..
src Remove a misfiring assert in the test framework plugin (#7397) 2017-01-09 16:52:00 -08:00
executable.dart Force all dart:io usage to go through 'base/io.dart' (#7390) 2017-01-09 08:37:00 -08:00