mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
`'flutter create should tool exit if the template manifest cannot be read'` fails consistently, as shown by #148614. The test expects a `ToolExit` with the message "Unable to read the template manifest", but depending on how the test is being run, a different exception ("Cannot create a project within the Flutter SDK") is sometimes thrown first. This pull request relocates the test project to `dev/` to prevent the extraneous error.