| Index: dart/pkg/unittest/test/unittest_test.dart
|
| diff --git a/dart/pkg/unittest/test/unittest_test.dart b/dart/pkg/unittest/test/unittest_test.dart
|
| index c0a2f70a02faef5b9275b7698ee33116314624a2..ba85f39db42f84202af01d9bcced827ec021f6cf 100644
|
| --- a/dart/pkg/unittest/test/unittest_test.dart
|
| +++ b/dart/pkg/unittest/test/unittest_test.dart
|
| @@ -9,9 +9,9 @@
|
| // so the outer timeout doesn't fire. So I removed all such tests.
|
| // I'd like to revisit this at some point.
|
|
|
| -library unittestTest;
|
| -import 'dart:isolate';
|
| -import '../../../pkg/unittest/unittest.dart';
|
| +#library('unittestTest');
|
| +#import('dart:isolate');
|
| +#import('../../../pkg/unittest/unittest.dart');
|
|
|
| var tests; // array of test names
|
| var expected; // array of test expected results (from buildStatusString)
|
|
|