| Index: client/tests/client/dom/IsolateLightTest.dart
|
| diff --git a/client/tests/client/dom/IsolateLight.dart b/client/tests/client/dom/IsolateLightTest.dart
|
| similarity index 97%
|
| rename from client/tests/client/dom/IsolateLight.dart
|
| rename to client/tests/client/dom/IsolateLightTest.dart
|
| index ee155f1d8e9e5749933e3500c27448c91b03dfd0..68e931bc85cf4b262f1a2f7860a81402a4187e3b 100644
|
| --- a/client/tests/client/dom/IsolateLight.dart
|
| +++ b/client/tests/client/dom/IsolateLightTest.dart
|
| @@ -1,4 +1,3 @@
|
| -#library('IsolateLight');
|
| #import('../../../testing/unittest/unittest.dart');
|
| #import('dart:dom');
|
| #import('dart:json');
|
| @@ -27,7 +26,6 @@ class TestIsolate extends Isolate {
|
|
|
| main() {
|
| _isolateId = 0;
|
| -
|
| asyncTest('IsolatedStatic', 1, () {
|
| final div = document.createElement('div');
|
| div.id = 'testid';
|
|
|