| Index: sky/tests/modules/imports-can-load-404s.sky
|
| diff --git a/sky/tests/modules/imports-can-load-404s.sky b/sky/tests/modules/imports-can-load-404s.sky
|
| deleted file mode 100644
|
| index 3edd010f927e52af4a6a178d6f791501a635a85f..0000000000000000000000000000000000000000
|
| --- a/sky/tests/modules/imports-can-load-404s.sky
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -<html>
|
| -<import src="resources/does-not-exist.sky" as="hello" />
|
| -<import src="../resources/dump-as-text.sky" />
|
| -<p id="result">FAIL - Script did not execute</p>
|
| -<script>
|
| -import "dart:sky";
|
| -
|
| -void main() {
|
| - document.getElementById("result").textContent = "PASS";
|
| -}
|
| -</script>
|
| -</html>
|
|
|