Skip to content

Commit 17dc16e

Browse files
pqCommit Queue
authored andcommitted
[element model] migrate issues_test
Change-Id: Ic9edef260057abf93cc26e64696b35e31cff743e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/399780 Auto-Submit: Phil Quitslund <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Brian Wilkerson <[email protected]>
1 parent 7453ada commit 17dc16e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pkg/analyzer/analyzer_use_new_elements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ test/error/error_reporter_test.dart
170170
test/generated/element_resolver_test.dart
171171
test/generated/elements_types_mixin.dart
172172
test/generated/invalid_code_test.dart
173-
test/generated/issues_test.dart
174173
test/generated/non_error_resolver_test.dart
175174
test/generated/resolver_test_case.dart
176175
test/generated/simple_resolver_test.dart

pkg/analyzer/test/generated/issues_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ class B implements M {}
4848
var b = true;
4949
var c = b ? A() : B();
5050
''');
51-
assertType(findElement.topVar('c').type, 'M');
51+
assertType(findElement2.topVar('c').type, 'M');
5252
}
5353
}

0 commit comments

Comments
 (0)