| Index: sky/tests/modules/instance-of-application.sky
|
| diff --git a/sky/tests/modules/instance-of-application.sky b/sky/tests/modules/instance-of-application.sky
|
| deleted file mode 100644
|
| index 9fb7074b8da8a96b0e2a93721d80366a5f470cb6..0000000000000000000000000000000000000000
|
| --- a/sky/tests/modules/instance-of-application.sky
|
| +++ /dev/null
|
| @@ -1,8 +0,0 @@
|
| -<html>
|
| -<import src="../resources/dump-as-text.sky" />
|
| -<div id="result">FAIL</div>
|
| -<script>
|
| -document.getElementById("result").textContent =
|
| - module instanceof Application ? 'PASS': 'FAIL: ' + module;
|
| -</script>
|
| -</html>
|
|
|