| Index: pkg/analyzer/test/src/task/strong/checker_test.dart
|
| diff --git a/pkg/analyzer/test/src/task/strong/checker_test.dart b/pkg/analyzer/test/src/task/strong/checker_test.dart
|
| index 4cfbe63c41e50f92b7a820225488ef87b7ad587a..bbe48de7aa6cacd086c0e066b30528ef0b3a6b9f 100644
|
| --- a/pkg/analyzer/test/src/task/strong/checker_test.dart
|
| +++ b/pkg/analyzer/test/src/task/strong/checker_test.dart
|
| @@ -349,7 +349,7 @@ test() {
|
| ''');
|
| }
|
|
|
| - test_constantGenericTypeArg_explict() async {
|
| + test_constantGenericTypeArg_explicit() async {
|
| // Regression test for https://github.com/dart-lang/sdk/issues/26141
|
| await checkFile('''
|
| abstract class Equality<R> {}
|
|
|