| 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', () {
|
|
|