We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b879c4 commit 816a131Copy full SHA for 816a131
1 file changed
build_daemon/test/daemon_test.dart
@@ -181,7 +181,6 @@ Future<Process> _runDaemon(String workspace,
181
int closeChangeProviderAfterNSeconds = -1}) async {
182
timeout = timeout > 0 ? timeout : defaultIdleTimeoutSec;
183
await d.file('test.dart', '''
184
- // @dart=2.9
185
import 'package:build_daemon/daemon.dart';
186
import 'package:build_daemon/daemon_builder.dart';
187
import 'package:build_daemon/client.dart';
0 commit comments