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

Unified Diff: test/build/transformer_test.dart

Issue 950883003: fix bug in scriptcompactors bootstrap and added transform function which can be used by other trans… (Closed) Base URL: git@github.com:dart-lang/web-components.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
« lib/build/script_compactor.dart ('K') | « test/build/script_compactor_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/build/transformer_test.dart
diff --git a/test/build/transformer_test.dart b/test/build/transformer_test.dart
index 07df49227f771b63fd9ae9320029b22a77394313..bafdbcbe9a1d1a60cffc26708729904496d28214 100644
--- a/test/build/transformer_test.dart
+++ b/test/build/transformer_test.dart
@@ -103,7 +103,7 @@ main() {
import 'package:b/foo.dart' as i1;
import 'index.dart' as i2;
- void main() => i2.main();
+ void main() { i2.main(); }
''',
'a|web/index.html.0.dart': '''
// Must use package:urls inside inline script tags,
« lib/build/script_compactor.dart ('K') | « test/build/script_compactor_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698