| Index: sky/tests/resources/dump-as-markup.sky
|
| diff --git a/sky/tests/resources/dump-as-markup.sky b/sky/tests/resources/dump-as-markup.sky
|
| index 980b6557efca357f7eb85052732cd64f46da7a6a..09d1557703d52f911325a7860a37e9141fb4e23d 100644
|
| --- a/sky/tests/resources/dump-as-markup.sky
|
| +++ b/sky/tests/resources/dump-as-markup.sky
|
| @@ -1,7 +1,7 @@
|
| -<import src="dom-serializer.sky" as="DomSerializer"/>
|
| <script>
|
| import "dart:sky";
|
| import "dart:sky.internals" as internals;
|
| +import "dom_serializer.dart" as DomSerializer;
|
|
|
| void _init(_) {
|
| window.addEventListener('load', (_) {
|
|
|