Skip to content

Commit

Permalink
remove an unnecessary null safety opt out from a test (#1709)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Jun 3, 2022
1 parent a9d63ca commit 52ecae9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/test/test/runner/runner_test.dart
Expand Up @@ -713,7 +713,6 @@ void main() {
test('defined in a single file', () async {
await d.file('test.dart', _success).create();
await d.file('runner.dart', '''
// @dart=2.8
import 'package:test_core/src/executable.dart' as test;
void main(List<String> args) async {
Expand Down

0 comments on commit 52ecae9

Please sign in to comment.