diff --git a/pkg/dev_compiler/test/expression_compiler/scope_offset_test.dart b/pkg/dev_compiler/test/expression_compiler/scope_offset_test.dart index aa1e16566d5..a441f1a62ae 100644 --- a/pkg/dev_compiler/test/expression_compiler/scope_offset_test.dart +++ b/pkg/dev_compiler/test/expression_compiler/scope_offset_test.dart @@ -144,7 +144,7 @@ class ScopeOffsetValidator extends VisitorDefault with VisitorVoidMixin { blockCount++; expect( block, - const TypeMatcher().having( + const TypeMatcher().having( (c) => c.fileOffset, '${block.toText(astTextStrategyForTesting)} : fileOffset', isNot(equals(-1)),