| Index: test/initializer_test.dart
|
| diff --git a/test/initializer_test.dart b/test/initializer_test.dart
|
| index 098628e123f1017b951e6bab10b61731492d97e3..519f5214f914a07b5091436356f059ce02a14adc 100644
|
| --- a/test/initializer_test.dart
|
| +++ b/test/initializer_test.dart
|
| @@ -20,7 +20,7 @@ main() {
|
| test('annotations are seen in post-order with superclasses first', () {
|
| var expectedNames = [
|
| const LibraryIdentifier(#test_package.bar, 'test_package', 'bar.dart'),
|
| - const LibraryIdentifier(#test_package.foo, 'test_package','foo.dart'),
|
| + const LibraryIdentifier(#test_package.foo, 'test_package', 'foo.dart'),
|
| const LibraryIdentifier(#initialize.test.foo, null, 'foo.dart'),
|
| foo,
|
| fooBar,
|
|
|