| Index: client/tests/client/dom/HTMLCollectionTest.dart
|
| diff --git a/client/tests/client/dom/HTMLCollectionTest.dart b/client/tests/client/dom/HTMLCollectionTest.dart
|
| index 275673d33827e625db6861a3352e3195dfbfe65a..95fa4369d79fd39ad4cb0dad20e1b15da7e3b0aa 100644
|
| --- a/client/tests/client/dom/HTMLCollectionTest.dart
|
| +++ b/client/tests/client/dom/HTMLCollectionTest.dart
|
| @@ -1,5 +1,5 @@
|
| #library('HTMLCollectionTest');
|
| -#import('../../../testing/unittest/unittest.dart');
|
| +#import('../../../testing/unittest/unittest_dom.dart');
|
| #import('dart:dom');
|
|
|
| // Test that HTMLCollection implements List<T>
|
|
|