| 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 dae9ab38d8e427bc692c43aa0119e30cc7738765..64da0657c2906bf21e5a7c93b1411f0570484d52 100644
|
| --- a/pkg/analyzer/test/src/task/strong/checker_test.dart
|
| +++ b/pkg/analyzer/test/src/task/strong/checker_test.dart
|
| @@ -77,7 +77,6 @@ void main() {
|
| /*warning:NON_VOID_RETURN_FOR_SETTER*/int set i(y) {return 4;}
|
| }
|
| ''');
|
| -
|
| });
|
|
|
| test('if/for/do/while statements use boolean conversion', () {
|
| @@ -686,7 +685,6 @@ void main() {
|
| });
|
|
|
| test('dynamic - known functions', () {
|
| -
|
| // Our lattice should look like this:
|
| //
|
| //
|
|
|