| Index: tests/compiler/dart2js/duplicate_library_test.dart
|
| diff --git a/tests/compiler/dart2js/duplicate_library_test.dart b/tests/compiler/dart2js/duplicate_library_test.dart
|
| index f6ae86338dc285b550a657a22268a662f0c89fce..01649814d05d531ba9ad1120ee48e7be30333166 100644
|
| --- a/tests/compiler/dart2js/duplicate_library_test.dart
|
| +++ b/tests/compiler/dart2js/duplicate_library_test.dart
|
| @@ -8,7 +8,7 @@
|
| import 'dart:async';
|
| import 'package:async_helper/async_helper.dart';
|
| import 'package:expect/expect.dart';
|
| -import 'package:compiler/src/messages.dart' show MessageKind;
|
| +import 'package:compiler/src/diagnostics/messages.dart' show MessageKind;
|
| import 'memory_compiler.dart';
|
|
|
| void check(String kind,
|
|
|