| Index: dart/pkg/unittest/interactive_html_config.dart
|
| diff --git a/dart/pkg/unittest/interactive_html_config.dart b/dart/pkg/unittest/interactive_html_config.dart
|
| index 0f943625e098ebbffd63a41db8715e9fa2cace66..3780ea14228766c4712f02be4073408be23ea901 100644
|
| --- a/dart/pkg/unittest/interactive_html_config.dart
|
| +++ b/dart/pkg/unittest/interactive_html_config.dart
|
| @@ -9,14 +9,14 @@
|
| * config that manages all the tests, and a 'child' config for the
|
| * IFrame that runs the individual tests.
|
| */
|
| -library interactive_config;
|
| +#library('interactive_config');
|
|
|
| // TODO(gram) - add options for: remove IFrame on done/keep
|
| // IFrame for failed tests/keep IFrame for all tests.
|
|
|
| -import 'dart:html';
|
| -import 'dart:math';
|
| -import 'unittest.dart';
|
| +#import('dart:html');
|
| +#import('dart:math');
|
| +#import('unittest.dart');
|
|
|
| /** The messages exchanged between parent and child. */
|
|
|
|
|