Remove unwanted @soloTest

Change-Id: I0804a7d409af0aaaea0b799a23a3b443cc1c23f4
Reviewed-on: https://dart-review.googlesource.com/c/94383
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Danny Tuppeny <dantup@google.com>
This commit is contained in:
Danny Tuppeny 2019-02-26 15:35:12 +00:00 committed by commit-bot@chromium.org
parent 155ac6afbd
commit d4ff20f005

View file

@ -110,7 +110,6 @@ int f(A a) => a?.m();
''');
}
@soloTest
test_equal_prefixedIdentifier() async {
await resolveTestUnit('''
class A {