Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(508)

Unified Diff: sky/tests/modules/resources/pass.sky

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tests/modules/resources/intermediate.sky ('k') | sky/tests/modules/resources/syntax-error.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/modules/resources/pass.sky
diff --git a/sky/tests/modules/resources/pass.sky b/sky/tests/modules/resources/pass.sky
index 8e9cf9b54e966905675b6dd5ee53f8d138a7c407..1d705b1e9e9aea21f7e7ee891b12835e89b0d6d2 100644
--- a/sky/tests/modules/resources/pass.sky
+++ b/sky/tests/modules/resources/pass.sky
@@ -1,3 +1,3 @@
<script>
-module.exports = "PASS: pass.sky succesfully exported this string."
+final String kHello = "PASS: pass.sky succesfully exported this string.";
</script>
« no previous file with comments | « sky/tests/modules/resources/intermediate.sky ('k') | sky/tests/modules/resources/syntax-error.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698