| 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 e4496f0c1168001e041b0b3072ee3edd48349f54..2e572a43f84687d963f6c6cfe053f488f3b84bcb 100644
|
| --- a/pkg/analyzer/test/generated/static_type_warning_code_test.dart
|
| +++ b/pkg/analyzer/test/generated/static_type_warning_code_test.dart
|
| @@ -133,7 +133,6 @@ f() {}''');
|
| r'''
|
| library lib2;
|
| f() {}''');
|
| - computeLibrarySourceErrors(source);
|
| assertErrors(source, [StaticWarningCode.AMBIGUOUS_IMPORT]);
|
| }
|
|
|
| @@ -1724,7 +1723,6 @@ main() { return f.g(); }''');
|
| r'''
|
| library lib;
|
| h() {}''');
|
| - computeLibrarySourceErrors(source);
|
| assertErrors(source, [StaticTypeWarningCode.UNDEFINED_FUNCTION]);
|
| }
|
|
|
| @@ -2428,7 +2426,6 @@ main() {
|
| f/*<int>*/();
|
| }
|
| ''');
|
| - computeLibrarySourceErrors(source);
|
| assertErrors(
|
| source, [StaticTypeWarningCode.WRONG_NUMBER_OF_TYPE_ARGUMENTS_METHOD]);
|
| for (AnalysisError error in analysisContext2.computeErrors(source)) {
|
|
|