| Index: client/tests/client/dom/dom_tests.dart
|
| diff --git a/client/tests/client/dom/dom_tests.dart b/client/tests/client/dom/dom_tests.dart
|
| deleted file mode 100644
|
| index 8e36da239f634892e92e8b51e39b5532084801aa..0000000000000000000000000000000000000000
|
| --- a/client/tests/client/dom/dom_tests.dart
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -#library('dom_tests');
|
| -
|
| -#import('../../../testing/unittest/unittest.dart');
|
| -#import('dart:dom');
|
| -
|
| -#import('IsolateLight.dart', prefix: 'IsolateLight');
|
| -
|
| -main() {
|
| - group('IsolateLight', IsolateLight.main);
|
| -}
|
|
|