Skip to content

Commit 6faefb6

Browse files
committed
Elements. Remove test for analyzer_use_new_elements
It becomes a source of problems while removing V1 element model. See https://dart-review.googlesource.com/c/sdk/+/422880 I decided to keep the implementation for now, just in case we use V1 accidentally. But we should not change it anymore, because we will not have tests after this CL. Change-Id: Iabdab21e12b4142c2df37876df5d7128988c5ded Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/423160 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent 89831d8 commit 6faefb6

File tree

2 files changed

+0
-203
lines changed

2 files changed

+0
-203
lines changed

pkg/linter/test/rules/all.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import 'always_put_required_named_parameters_first_test.dart'
1212
import 'always_specify_types_test.dart' as always_specify_types;
1313
import 'always_use_package_imports_test.dart' as always_use_package_imports;
1414
import 'analyzer_public_api_test.dart' as analyzer_public_api;
15-
import 'analyzer_use_new_elements_test.dart' as analyzer_use_new_elements;
1615
import 'annotate_overrides_test.dart' as annotate_overrides;
1716
import 'annotate_redeclares_test.dart' as annotate_redeclares;
1817
import 'avoid_annotating_with_dynamic_test.dart'
@@ -334,7 +333,6 @@ void main() {
334333
always_specify_types.main();
335334
always_use_package_imports.main();
336335
analyzer_public_api.main();
337-
analyzer_use_new_elements.main();
338336
annotate_overrides.main();
339337
annotate_redeclares.main();
340338
avoid_annotating_with_dynamic.main();

pkg/linter/test/rules/analyzer_use_new_elements_test.dart

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)