| Index: pkg/analyzer/test/generated/strong_mode_test.dart
|
| diff --git a/pkg/analyzer/test/generated/strong_mode_test.dart b/pkg/analyzer/test/generated/strong_mode_test.dart
|
| index 115d966e9d0df2027ea44e2cb7492c25862adb7b..983b541facc66cb1287c68cab98984680f7fc416 100644
|
| --- a/pkg/analyzer/test/generated/strong_mode_test.dart
|
| +++ b/pkg/analyzer/test/generated/strong_mode_test.dart
|
| @@ -1969,7 +1969,6 @@ set g(int x) => 42;
|
| computeLibrarySourceErrors(source);
|
| assertErrors(source, [
|
| StaticTypeWarningCode.RETURN_OF_INVALID_TYPE,
|
| - StaticTypeWarningCode.RETURN_OF_INVALID_TYPE
|
| ]);
|
| verify([source]);
|
| }
|
|
|