| Index: tests/html/unknownelement_test.dart
|
| diff --git a/tests/html/unknownelement_test.dart b/tests/html/unknownelement_test.dart
|
| index 083d2fee2f4211128d92e2a7bb5621acde322adc..86a67b1a500b315cb905c20162324f35c4e666d0 100644
|
| --- a/tests/html/unknownelement_test.dart
|
| +++ b/tests/html/unknownelement_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file
|
|
|
| #library('UnknownElementTest');
|
| -#import('../../pkg/unittest/lib/unittest.dart');
|
| -#import('../../pkg/unittest/lib/html_config.dart');
|
| +#import('../../pkg/unittest/unittest.dart');
|
| +#import('../../pkg/unittest/html_config.dart');
|
| #import('dart:html');
|
|
|
| main() {
|
|
|