| Index: pkg/analyzer/test/src/task/strong/inferred_type_test.dart
|
| diff --git a/pkg/analyzer/test/src/task/strong/inferred_type_test.dart b/pkg/analyzer/test/src/task/strong/inferred_type_test.dart
|
| index db3982841f56db273edf3fb623de64a379bc1fd9..ddf18db453405fcaad17dbdd9acc0b14dd2dabb0 100644
|
| --- a/pkg/analyzer/test/src/task/strong/inferred_type_test.dart
|
| +++ b/pkg/analyzer/test/src/task/strong/inferred_type_test.dart
|
| @@ -459,7 +459,7 @@ var v = null;
|
| ''');
|
| var v = mainUnit.topLevelVariables[0];
|
| expect(v.type.toString(), 'dynamic');
|
| - expect(v.initializer.type.toString(), '() → <bottom>');
|
| + expect(v.initializer.type.toString(), '() → Null');
|
| }
|
|
|
| void test_bottom_inClosure() {
|
|
|