Skip to content

Commit

Permalink
Fix the frontend_server test (flutter#6261)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Sep 17, 2018
1 parent 1b2a207 commit b0b19d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend_server/lib/server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class _FlutterFrontendCompiler implements frontend.CompilerInterface{
/// version for testing.
Future<int> starter(
List<String> args, {
_FlutterFrontendCompiler compiler,
frontend.CompilerInterface compiler,
Stream<List<int>> input,
StringSink output,
}) async {
Expand Down

0 comments on commit b0b19d6

Please sign in to comment.