| Index: tests/isolate/serialization_test.dart
|
| diff --git a/tests/isolate/serialization_test.dart b/tests/isolate/serialization_test.dart
|
| index c69042d173d6e5ba9c84d2a719137a59bdb783c6..8a8cc2559e7ddfa6f5d52378a4aecdff4b3d1f66 100644
|
| --- a/tests/isolate/serialization_test.dart
|
| +++ b/tests/isolate/serialization_test.dart
|
| @@ -9,6 +9,7 @@
|
| // Serialization test.
|
| // ---------------------------------------------------------------------------
|
| library SerializationTest;
|
| +import "package:expect/expect.dart";
|
| import 'dart:isolate';
|
|
|
| main() {
|
|
|