| Index: pkg/analyzer/test/generated/static_type_warning_code_test.dart
|
| diff --git a/pkg/analyzer/test/generated/static_type_warning_code_test.dart b/pkg/analyzer/test/generated/static_type_warning_code_test.dart
|
| index 88e243fcf835684a5f248420a39e023c57a50833..64bebe384b455e8853998314a9da960eb49cf339 100644
|
| --- a/pkg/analyzer/test/generated/static_type_warning_code_test.dart
|
| +++ b/pkg/analyzer/test/generated/static_type_warning_code_test.dart
|
| @@ -368,8 +368,7 @@ f() {
|
| }
|
|
|
| void test_forIn_dynamic() {
|
| - assertNoErrorsInCode(
|
| - '''
|
| + assertNoErrorsInCode('''
|
| f() {
|
| dynamic d; // Could be [].
|
| for (var i in d) {}
|
| @@ -433,8 +432,7 @@ f() {
|
| }
|
|
|
| void test_forIn_object() {
|
| - assertNoErrorsInCode(
|
| - '''
|
| + assertNoErrorsInCode('''
|
| f() {
|
| Object o; // Could be [].
|
| for (var i in o) {}
|
|
|