forked from firka/flutter
[flutter_tools] remove globals from compilers (#59184)
Refactors KernelCompiler and ResidentCompiler to no longer use globals (except as a fallback for g3 migration). Improves the compilation error when running flutter test on a package without a flutter_test dependency. Updates machine mode to output trace text to stderr
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
<<skip until matching line>>
|
||||
<<stderr>>
|
||||
<<skip until matching line>>
|
||||
Failed to load test harness\. +Are you missing a dependency on flutter_test\?
|
||||
Error: cannot run without a dependency on "package:flutter_test". Ensure the following lines are present in your pubspec.yaml:
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
Reference in New Issue
Block a user