Index: pkg/analysis_server/test/services/index/store/collection_test.dart |
diff --git a/pkg/analysis_server/test/services/index/store/collection_test.dart b/pkg/analysis_server/test/services/index/store/collection_test.dart |
index f27214db189b36ac8a563c410e7917be898deb85..8d57e17e373ba5344abb9847c4f6769569d165c7 100644 |
--- a/pkg/analysis_server/test/services/index/store/collection_test.dart |
+++ b/pkg/analysis_server/test/services/index/store/collection_test.dart |
@@ -9,14 +9,12 @@ import 'package:unittest/unittest.dart'; |
import '../../../reflective_tests.dart'; |
- |
main() { |
groupSep = ' | '; |
runReflectiveTests(_IntArrayToIntMapTest); |
runReflectiveTests(_IntToIntSetMapTest); |
} |
- |
@reflectiveTest |
class _IntArrayToIntMapTest { |
IntArrayToIntMap map = new IntArrayToIntMap(); |
@@ -30,7 +28,6 @@ class _IntArrayToIntMapTest { |
} |
} |
- |
@reflectiveTest |
class _IntToIntSetMapTest { |
IntToIntSetMap map = new IntToIntSetMap(); |