Skip to content

Commit b0b19d6

Browse files
Fix the frontend_server test (#6261)
1 parent 1b2a207 commit b0b19d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend_server/lib/server.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class _FlutterFrontendCompiler implements frontend.CompilerInterface{
7878
/// version for testing.
7979
Future<int> starter(
8080
List<String> args, {
81-
_FlutterFrontendCompiler compiler,
81+
frontend.CompilerInterface compiler,
8282
Stream<List<int>> input,
8383
StringSink output,
8484
}) async {

0 commit comments

Comments
 (0)