Skip to content

Commit

Permalink
Remove language version marker in daemon_test.dart test fixture
Browse files Browse the repository at this point in the history
This was removed in #3395 but reverted in #3411 (likely a bad merge). This just removes it again.
  • Loading branch information
jakemac53 committed Nov 30, 2022
1 parent 0b879c4 commit 4c35825
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build_daemon/test/daemon_test.dart
Expand Up @@ -181,7 +181,6 @@ Future<Process> _runDaemon(String workspace,
int closeChangeProviderAfterNSeconds = -1}) async {
timeout = timeout > 0 ? timeout : defaultIdleTimeoutSec;
await d.file('test.dart', '''
// @dart=2.9
import 'package:build_daemon/daemon.dart';
import 'package:build_daemon/daemon_builder.dart';
import 'package:build_daemon/client.dart';
Expand Down

0 comments on commit 4c35825

Please sign in to comment.