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

Unified Diff: test/codegen_test.dart

Issue 1676463002: Type annotations instead of closure comments. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged master Created 4 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/expect/map_keys.js.map ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen_test.dart
diff --git a/test/codegen_test.dart b/test/codegen_test.dart
index ba4c447028f05228ed64c72b18e2d830fb19a089..c102bd77586b9df68a35b4734fe248d8b8539459 100644
--- a/test/codegen_test.dart
+++ b/test/codegen_test.dart
@@ -160,7 +160,7 @@ $compilerMessages''';
var sourceMaps = filename == 'map_keys';
var closure = filename == 'closure';
var destructureNamedParams = filename == 'destructuring' || closure;
- var moduleFormat = filename == 'es6_modules'
+ var moduleFormat = filename == 'es6_modules' || closure
? ModuleFormat.es6
: filename == 'node_modules'
? ModuleFormat.node
« no previous file with comments | « test/codegen/expect/map_keys.js.map ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698