flutter/dev/automated_tests
Siva b0b2c0077a
Turn support for sync-async on in Flutter. (#16543)
* Turn support for sync-async on in Flutter. With this feature
execution of async functions starts immediately instead of it
being delayed by one microtask tick.

* Address review comments.

* Adjust some stack trace expectations which are slightly different with
--sync-async turned on.
2018-04-16 08:44:38 -07:00
..
2017-09-18 13:42:06 -07:00
2018-04-10 14:27:53 -07:00
2016-05-17 12:45:37 -07:00

This is a fake package for use by automated testing. For example, the flutter_tools package uses this to test flutter test.