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

Unified Diff: test/codegen/es6_modules.dart

Issue 1879373004: Implement modular compilation (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 8 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/domtest.dart ('k') | test/codegen/expect/8invalid-chars.in+file_name.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/es6_modules.dart
diff --git a/test/codegen/es6_modules.dart b/test/codegen/es6_modules.dart
index 6370fdc26d935d3c48fd592fcf62d088a6ab5d5b..aeae6a12fa5038ca70a78347021ecb9a5267c6cb 100644
--- a/test/codegen/es6_modules.dart
+++ b/test/codegen/es6_modules.dart
@@ -1,7 +1,6 @@
+// compile options: --modules=es6
library test;
-import 'dart:js';
-
typedef void Callback({int i});
class A {}
« no previous file with comments | « test/codegen/domtest.dart ('k') | test/codegen/expect/8invalid-chars.in+file_name.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698