dart-sdk/pkg/analysis_server/test/client
Brian Wilkerson 69dd787ff0 Cleanup invalid declarations of main, part 1
The purpose of this CL is to clean up test code that references `main`
in a way that will be invalid when the tests are converted to analyze
the test code under null safety by default. This is the first of three
such CLs.

In all three I only touched test files that contained an invalid use of
`main`, but in any file I touched I removed any use of `main` where the
name of the function/method was not critical to the test.

Change-Id: Ib753302a4c3ffc7eb5f248e9c6000e80dc77fca9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/205062
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
2021-06-28 18:13:24 +00:00
..
impl Migrate remaining unblocked tests 2021-04-19 15:57:38 +00:00
completion_driver_test.dart Cleanup invalid declarations of main, part 1 2021-06-28 18:13:24 +00:00
test_all.dart Migrate remaining unblocked tests 2021-04-19 15:57:38 +00:00