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

Unified Diff: test/js/builder_test.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_test.dart ('k') | test/samples/fieldtest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js/builder_test.dart
diff --git a/test/js/builder_test.dart b/test/js/builder_test.dart
index ba65946a7eaa56a2233e04ae4be8510528ff854c..0defe068895006780afd56917123c7ac9b402739 100644
--- a/test/js/builder_test.dart
+++ b/test/js/builder_test.dart
@@ -1,4 +1,4 @@
-import 'package:dev_compiler/src/js/js_ast.dart';
+import 'package:dev_compiler/src/js_ast/js_ast.dart';
import 'package:test/test.dart';
final _prenumberedPlaceholders = new RegExp(r'#\d+');
« no previous file with comments | « test/codegen_test.dart ('k') | test/samples/fieldtest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698