| Index: tests/dom/domparser_test.dart
|
| diff --git a/tests/dom/domparser_test.dart b/tests/dom/domparser_test.dart
|
| deleted file mode 100644
|
| index 25be0426c1f05985f5da3e53a8f21ed115e6d25f..0000000000000000000000000000000000000000
|
| --- a/tests/dom/domparser_test.dart
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -#library('DOMParserTest');
|
| -#import('../../lib/unittest/unittest.dart');
|
| -#import('../../lib/unittest/html_config.dart');
|
| -#import('dart:html');
|
| -
|
| -main() {
|
| -
|
| - useHtmlConfiguration();
|
| -
|
| - test('constructorTest', () {
|
| - var ctx = new DOMParser();
|
| - Expect.isTrue(ctx != null);
|
| - Expect.isTrue(ctx is DOMParser);
|
| - });
|
| -}
|
|
|