Skip to content

Commit d4ff20f

Browse files
DanTupcommit-bot@chromium.org
authored andcommitted
Remove unwanted @SOLOTEST
Change-Id: I0804a7d409af0aaaea0b799a23a3b443cc1c23f4 Reviewed-on: https://dart-review.googlesource.com/c/94383 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Danny Tuppeny <[email protected]>
1 parent 155ac6a commit d4ff20f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/analysis_server/test/src/services/correction/assist/convert_to_null_aware_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ int f(A a) => a?.m();
110110
''');
111111
}
112112

113-
@soloTest
114113
test_equal_prefixedIdentifier() async {
115114
await resolveTestUnit('''
116115
class A {

0 commit comments

Comments
 (0)