| Index: pkg/front_end/testcases/implicit_scope_test.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/implicit_scope_test.dart.strong.expect b/pkg/front_end/testcases/implicit_scope_test.dart.strong.expect
|
| index 3af9646aa57860e9b6812e8b3b20526090e5116c..4094a87e1b5f403381f7bae2e0d7e34ea1f969df 100644
|
| --- a/pkg/front_end/testcases/implicit_scope_test.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/implicit_scope_test.dart.strong.expect
|
| @@ -37,7 +37,7 @@ class ImplicitScopeTest extends core::Object {
|
| dynamic a = "bar";
|
| dynamic b = "baz";
|
| }
|
| - while ("black".==("white"))
|
| + while ("black".{core::String::==}("white"))
|
| exp::Expect::equals("foo", a);
|
| exp::Expect::equals(null, b);
|
| }
|
|
|