Chromium Code Reviews| Index: runtime/vm/snapshot_test.dart |
| =================================================================== |
| --- runtime/vm/snapshot_test.dart (revision 18032) |
| +++ runtime/vm/snapshot_test.dart (working copy) |
| @@ -3,6 +3,7 @@ |
| // 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 {} |