| Index: tests/compiler/dart2js/diagnose_ambiguous_test.dart
|
| diff --git a/tests/compiler/dart2js/diagnose_ambiguous_test.dart b/tests/compiler/dart2js/diagnose_ambiguous_test.dart
|
| index 8867a36232656656c925ff47037b4be767bfa585..268db441782e6f5e042a8050d18c39122191a8c3 100644
|
| --- a/tests/compiler/dart2js/diagnose_ambiguous_test.dart
|
| +++ b/tests/compiler/dart2js/diagnose_ambiguous_test.dart
|
| @@ -23,9 +23,9 @@ void main() {
|
| diagnostics.sort();
|
| var expected = [
|
| "MessageKind.AMBIGUOUS_LOCATION:"
|
| - "memory:exporter.dart:43:47:'hest' is defined here.:info",
|
| + "memory:exporter.dart:43:49:'hest' is defined here.:info",
|
| "MessageKind.AMBIGUOUS_LOCATION:"
|
| - "memory:library.dart:41:45:'hest' is defined here.:info",
|
| + "memory:library.dart:41:47:'hest' is defined here.:info",
|
| "MessageKind.DUPLICATE_IMPORT:"
|
| "memory:main.dart:86:92:Duplicate import of 'hest'.:warning",
|
| "MessageKind.IMPORTED_HERE:"
|
|
|