Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix template manifest test (flutter#148616)
`'flutter create should tool exit if the template manifest cannot be read'` fails consistently, as shown by flutter#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.
- Loading branch information