| Index: runtime/vm/snapshot_test.dart
|
| diff --git a/runtime/vm/snapshot_test.dart b/runtime/vm/snapshot_test.dart
|
| index 2cc372479d98e65ed84624158d50001bfb01af73..4e2d9f56a914a758b68e5d20301bee214dbd74fe 100644
|
| --- a/runtime/vm/snapshot_test.dart
|
| +++ b/runtime/vm/snapshot_test.dart
|
| @@ -2,6 +2,8 @@
|
| // 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");
|
| +
|
| class Fields {
|
| Fields(int i, int j) : fld1 = i, fld2 = j, fld5 = true {}
|
| int fld1;
|
|
|