| Index: pkg/analyzer/test/generated/static_type_analyzer_test.dart
|
| diff --git a/pkg/analyzer/test/generated/static_type_analyzer_test.dart b/pkg/analyzer/test/generated/static_type_analyzer_test.dart
|
| index 7fb624bd5dcc150a21d094c66fbf91e574e43491..fc24a96fb388d0df521b167798a556481893ba33 100644
|
| --- a/pkg/analyzer/test/generated/static_type_analyzer_test.dart
|
| +++ b/pkg/analyzer/test/generated/static_type_analyzer_test.dart
|
| @@ -1164,7 +1164,7 @@ class StaticTypeAnalyzerTest extends EngineTestCase {
|
| void test_visitNullLiteral() {
|
| // null
|
| Expression node = AstTestFactory.nullLiteral();
|
| - expect(_analyze(node), same(_typeProvider.bottomType));
|
| + expect(_analyze(node), same(_typeProvider.nullType));
|
| _listener.assertNoErrors();
|
| }
|
|
|
|
|