commit | 903ebd714d2209532012349d814161865bfbb710 | [log] [tgz] |
---|---|---|
author | Yegor <yjbanov@google.com> | Thu Oct 24 21:35:14 2019 -0700 |
committer | GitHub <noreply@github.com> | Thu Oct 24 21:35:14 2019 -0700 |
tree | b02f915961cbba6cdfbae8d7df6f1663c69b6b6a | |
parent | 41c02d717abb421f716ed8484fac509c86916e3a [diff] [blame] |
Fix and enable most of material tests for Web (#43019)
diff --git a/packages/flutter_tools/lib/src/web/compile.dart b/packages/flutter_tools/lib/src/web/compile.dart index e567d91..51413ad 100644 --- a/packages/flutter_tools/lib/src/web/compile.dart +++ b/packages/flutter_tools/lib/src/web/compile.dart
@@ -75,6 +75,7 @@ @required Directory projectDirectory, @required String projectName, String testOutputDir, + List<String> testFiles, BuildMode mode, bool initializePlatform, }) async {