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

Unified Diff: test/closure/closure_annotation_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/browser/runtime_tests.js ('k') | test/codegen/closure.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/closure/closure_annotation_test.dart
diff --git a/test/closure/closure_annotation_test.dart b/test/closure/closure_annotation_test.dart
index 8f3ca33bd73ce2c60e0cb7ca7bf59249be56b810..cf4ae6aca8be81f3169d8a4400736bf01b9e649c 100644
--- a/test/closure/closure_annotation_test.dart
+++ b/test/closure/closure_annotation_test.dart
@@ -7,7 +7,7 @@ library dev_compiler.test.closure_annotation_test;
import 'package:test/test.dart';
import 'package:dev_compiler/src/closure/closure_annotation.dart';
-import 'package:dev_compiler/src/js/js_ast.dart' show TypeRef, Identifier;
+import 'package:dev_compiler/src/js_ast/js_ast.dart' show TypeRef, Identifier;
void main() {
group('ClosureAnnotation', () {
« no previous file with comments | « test/browser/runtime_tests.js ('k') | test/codegen/closure.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698