Chromium Code Reviews| Index: runtime/vm/snapshot_test.dart |
| diff --git a/runtime/vm/snapshot_test.dart b/runtime/vm/snapshot_test.dart |
| index b42d7719ade500ccb5d11b6ceab0008fad4485ec..7e6639d85f295282ae7a3f88ee815f2d7b269300 100644 |
| --- a/runtime/vm/snapshot_test.dart |
| +++ b/runtime/vm/snapshot_test.dart |
| @@ -3,7 +3,6 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| import 'dart:isolate'; |
| -import 'dart:async'; |
| class Fields { |
| Fields(int i, int j) : fld1 = i, fld2 = j, fld5 = true {} |