| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8e36da239f634892e92e8b51e39b5532084801aa
|
| --- /dev/null
|
| +++ b/client/tests/client/dom/dom_tests.dart
|
| @@ -0,0 +1,14 @@
|
| +// 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);
|
| +}
|
|
|