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

Unified Diff: test/sunflower/sunflower.html

Issue 968273002: Fixing layout in js output (use full paths rather than just the library name) (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: address review comments 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 | « test/codegen_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/sunflower/sunflower.html
diff --git a/test/sunflower/sunflower.html b/test/sunflower/sunflower.html
index 3f5b5556390838e7cfb1c5336a33ddbe80ddfec4..321b12af8d4c67e07098081ffb07a6790a49349c 100644
--- a/test/sunflower/sunflower.html
+++ b/test/sunflower/sunflower.html
@@ -36,7 +36,7 @@
var dom = { document: document };
</script>
<script src="../../lib/runtime/dart_runtime.js"></script>
- <script src="../codegen/expect/sunflower/sunflower.js"></script>
+ <script src="../codegen/expect/sunflower.js"></script>
<script>sunflower.main();</script>
</body>
</html>
« no previous file with comments | « test/codegen_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698