Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
dart run test -p chrome -c dart2wasm
(#2233)
* Fix `dart run test -p chrome -c dart2wasm` package:test should not depend and use Dart SDK internal files, flags or other internal things for invoking compilers. Instead it should use the public `dart compile wasm` command. Closes #2210 * fix testing to do last supported and dev
- Loading branch information