| Index: tests/language/import_combinators_part.dart
|
| diff --git a/tests/language/import_combinators_part.dart b/tests/language/import_combinators_part.dart
|
| index 1e49a6cd6fe06782e6064267e19e1b83f389b47d..c1dea972bedcb5d4f66e238866789c2c90bbef4d 100644
|
| --- a/tests/language/import_combinators_part.dart
|
| +++ b/tests/language/import_combinators_part.dart
|
| @@ -5,7 +5,7 @@
|
| // This file is part of the test import_combinators_test.dart
|
|
|
| // VM ignores the library name.
|
| -part of Foo; // /// static warning
|
| +part of Foo; // //# static warning
|
|
|
| lookBehindCurtain() {
|
| return show; // show is an imported identifier.
|
|
|