| Index: tests/html/element_constructor_1_test.dart
|
| ===================================================================
|
| --- tests/html/element_constructor_1_test.dart (revision 14440)
|
| +++ tests/html/element_constructor_1_test.dart (working copy)
|
| @@ -6,10 +6,10 @@
|
| // Move constructors that fail on some configuration to their own
|
| // element_constructor_foo_test.dart file.
|
|
|
| -#library('ElementConstructorTest');
|
| -#import('../../pkg/unittest/unittest.dart');
|
| -#import('../../pkg/unittest/html_config.dart');
|
| -#import('dart:html');
|
| +library ElementConstructorTest;
|
| +import '../../pkg/unittest/lib/unittest.dart';
|
| +import '../../pkg/unittest/lib/html_config.dart';
|
| +import 'dart:html';
|
|
|
| main() {
|
| useHtmlConfiguration();
|
|
|