| Index: pkg/unittest/lib/html_config.dart
|
| ===================================================================
|
| --- pkg/unittest/lib/html_config.dart (revision 0)
|
| +++ pkg/unittest/lib/html_config.dart (working copy)
|
| @@ -5,12 +5,12 @@
|
| /**
|
| * A simple unit test library for running tests in a browser.
|
| */
|
| -#library('unittest_html_config');
|
| +library unittest_html_config;
|
|
|
| -#import('dart:html');
|
| -#import('unittest.dart');
|
| +import 'dart:html';
|
| +import 'unittest.dart';
|
|
|
| -#source('html_print.dart');
|
| +part 'html_print.dart';
|
|
|
| class HtmlConfiguration extends Configuration {
|
| /** Whether this is run within dartium layout tests. */
|
|
|