| Index: tests/standalone/io/file_fuzz_test.dart
|
| diff --git a/tests/standalone/io/file_fuzz_test.dart b/tests/standalone/io/file_fuzz_test.dart
|
| index 313575ea6e55aa47ddd1b33832f47f2ef4460511..873f03785a14945c57897ff01ac698bc0f379fcb 100644
|
| --- a/tests/standalone/io/file_fuzz_test.dart
|
| +++ b/tests/standalone/io/file_fuzz_test.dart
|
| @@ -5,10 +5,11 @@
|
| // 'fuzz' test the file APIs by providing unexpected type arguments. The test
|
| // passes if the VM does not crash.
|
|
|
| -import "dart:io";
|
| -import "dart:isolate";
|
| +import 'dart:async';
|
| +import 'dart:io';
|
| +import 'dart:isolate';
|
|
|
| -import "fuzz_support.dart";
|
| +import 'fuzz_support.dart';
|
|
|
| fuzzSyncMethods() {
|
| typeMapping.forEach((k, v) {
|
|
|