| Index: pkg/analyzer/test/src/util/asserts_test.dart
|
| diff --git a/pkg/analyzer/test/src/util/asserts_test.dart b/pkg/analyzer/test/src/util/asserts_test.dart
|
| index 0e76eb585b89d2a035a421b7dfe92e1c289a8574..bb4c0325907808d16dd7cabb264a9e4c160afb0f 100644
|
| --- a/pkg/analyzer/test/src/util/asserts_test.dart
|
| +++ b/pkg/analyzer/test/src/util/asserts_test.dart
|
| @@ -9,13 +9,11 @@ import 'package:unittest/unittest.dart';
|
|
|
| import '../../reflective_tests.dart';
|
|
|
| -
|
| main() {
|
| groupSep = ' | ';
|
| runReflectiveTests(AnalysisTaskTest);
|
| }
|
|
|
| -
|
| @reflectiveTest
|
| class AnalysisTaskTest {
|
| void test_notNull_notNull() {
|
|
|