| Index: sky/tests/modules/import-without-export.sky
|
| diff --git a/sky/tests/modules/import-without-export.sky b/sky/tests/modules/import-without-export.sky
|
| index 93a694fca395f68a6097484bff9e23095755606b..76e7ee3842b5512c99c540e67f5da8b540c23449 100644
|
| --- a/sky/tests/modules/import-without-export.sky
|
| +++ b/sky/tests/modules/import-without-export.sky
|
| @@ -1,7 +1,7 @@
|
| <html>
|
| <import src="resources/does-not-export.sky" as="hello" />
|
| <import src="../resources/dump-as-text.sky" />
|
| -<div id="result">FAIL - Script did not execute</div>
|
| +<p id="result">FAIL - Script did not execute</p>
|
| <script>
|
| import "dart:sky";
|
|
|
|
|