| Index: pkg/analysis_server/test/services/completion/imported_computer_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/imported_computer_test.dart b/pkg/analysis_server/test/services/completion/imported_computer_test.dart
|
| index 39e7d1a3c2a5f080197e962967e919f0a0e7dc2f..fd323e2b5b9704f1e5d350c582fcd2bfc697589c 100644
|
| --- a/pkg/analysis_server/test/services/completion/imported_computer_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/imported_computer_test.dart
|
| @@ -593,9 +593,6 @@ class B extends A {
|
| }
|
|
|
| test_mixin_ordering() {
|
| - // TODO(paulberry): The mixins are visited in the correct order, so we see
|
| - // M2.m() before M1.m(), as we should. But the second (shadowed) result
|
| - // isn't being thrown out as it should.
|
| addSource('/libA.dart', '''
|
| class B {}
|
| class M1 {
|
|
|