| Index: tests/isolate/object_leak_test.dart
|
| diff --git a/tests/isolate/object_leak_test.dart b/tests/isolate/object_leak_test.dart
|
| index d15f2b51ca8518a3dcf6be9109e7ad3e7f2c45df..8bbd8f417c04c5643b5542d16a16301247b2f4bc 100644
|
| --- a/tests/isolate/object_leak_test.dart
|
| +++ b/tests/isolate/object_leak_test.dart
|
| @@ -5,12 +5,12 @@
|
| // Regression test for http://dartbug.com/18942
|
|
|
| library LeakTest;
|
| +
|
| import "package:expect/expect.dart";
|
| import "package:async_helper/async_helper.dart";
|
| import 'dart:isolate';
|
| import 'dart:async';
|
|
|
| -
|
| class A {
|
| var x = 0;
|
| }
|
|
|