| Index: tests/language_strong/import_combinators_part.dart
|
| diff --git a/tests/language_strong/import_combinators_part.dart b/tests/language_strong/import_combinators_part.dart
|
| index 69edb584fdb589137e9e26bb9bc1478279bed296..f580bf3aff26486daafa515518ade5ab5c5823eb 100644
|
| --- a/tests/language_strong/import_combinators_part.dart
|
| +++ b/tests/language_strong/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.
|
|
|