Index: sky/tests/modules/import-without-export.sky |
diff --git a/sky/tests/modules/imports-can-load-404s.sky b/sky/tests/modules/import-without-export.sky |
similarity index 77% |
copy from sky/tests/modules/imports-can-load-404s.sky |
copy to sky/tests/modules/import-without-export.sky |
index 4f61f9389a0090d58b37a5bd94212e9eb578cd37..46c94bc6ccde3656913810c440340ede9d3dee26 100644 |
--- a/sky/tests/modules/imports-can-load-404s.sky |
+++ b/sky/tests/modules/import-without-export.sky |
@@ -1,5 +1,5 @@ |
<html> |
-<link rel="import" href="resources/does-not-exist.sky" as="hello" /> |
+<link rel="import" href="resources/does-not-export.sky" as="hello" /> |
<link rel="import" href="../resources/dump-as-text.sky" /> |
<div id="result">FAIL - Script did not execute</div> |
<script> |