| Index: client/tests/client/dom/WindowEqTest.dart
|
| diff --git a/client/tests/client/dom/WindowEqTest.dart b/client/tests/client/dom/WindowEqTest.dart
|
| deleted file mode 100644
|
| index 8031c2c8e9d0c3a56b29f8fc78a32f2edab7efca..0000000000000000000000000000000000000000
|
| --- a/client/tests/client/dom/WindowEqTest.dart
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -#library('WindowEqualityTest');
|
| -#import('../../../../lib/unittest/unittest.dart');
|
| -#import('../../../../lib/unittest/dom_config.dart');
|
| -#import('dart:dom');
|
| -
|
| -main() {
|
| - useDomConfiguration();
|
| - var obfuscated = null;
|
| -
|
| - test('notNull', () {
|
| - Expect.isNotNull(window);
|
| - Expect.isTrue(window != obfuscated);
|
| - });
|
| -}
|
|
|