| Index: pkg/front_end/test/scanner_test.dart
|
| diff --git a/pkg/front_end/test/scanner_test.dart b/pkg/front_end/test/scanner_test.dart
|
| index fd30f8d9008477c4c4749891871a884b7a9793bc..d853ee87f741c4768ba7904809aa74b39c9c91f2 100644
|
| --- a/pkg/front_end/test/scanner_test.dart
|
| +++ b/pkg/front_end/test/scanner_test.dart
|
| @@ -783,7 +783,7 @@ abstract class ScannerTestBase {
|
|
|
| void test_mismatched_opener_in_interpolation() {
|
| // In an interpolation expression, analyzer considers a closing `}` to
|
| - // always matche the preceding unmatched `{`, even if there are intervening
|
| + // always match the preceding unmatched `{`, even if there are intervening
|
| // unmatched tokens, which means that `"${({(}}"` parses as though the open
|
| // parens are unmatched but everything else is matched.
|
| var stringStart = _scan(r'"${({(}}"');
|
|
|