Chromium Code Reviews| Index: runtime/vm/snapshot_test.dart |
| =================================================================== |
| --- runtime/vm/snapshot_test.dart (revision 14646) |
| +++ runtime/vm/snapshot_test.dart (working copy) |
| @@ -2,7 +2,7 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| -#import("dart:isolate"); |
| +import 'dart:isolate'; |
| class Fields { |
| Fields(int i, int j) : fld1 = i, fld2 = j, fld5 = true {} |