Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Unified Diff: pkg/analyzer/test/src/summary/package_bundle_reader_test.dart

Issue 2298913003: Pull in test_reflective_loader 0.0.4 and switch analyzer to it. (Closed)
Patch Set: Fixes for review comments. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer/test/src/summary/package_bundle_reader_test.dart
diff --git a/pkg/analyzer/test/src/summary/package_bundle_reader_test.dart b/pkg/analyzer/test/src/summary/package_bundle_reader_test.dart
index 31f5bde27b975d2bdee475a719657755e3533eaf..663147f1c138d8d37ef859bf99cdec105198bd66 100644
--- a/pkg/analyzer/test/src/summary/package_bundle_reader_test.dart
+++ b/pkg/analyzer/test/src/summary/package_bundle_reader_test.dart
@@ -11,15 +11,14 @@ import 'package:analyzer/src/task/dart.dart';
import 'package:analyzer/src/util/fast_uri.dart';
import 'package:analyzer/task/dart.dart';
import 'package:analyzer/task/general.dart';
+import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'package:typed_mock/typed_mock.dart';
import 'package:unittest/unittest.dart';
-import '../../reflective_tests.dart';
-
main() {
groupSep = ' | ';
- runReflectiveTests(ResynthesizerResultProviderTest);
- runReflectiveTests(SummaryDataStoreTest);
+ defineReflectiveTests(ResynthesizerResultProviderTest);
+ defineReflectiveTests(SummaryDataStoreTest);
}
UnlinkedPublicNamespace _namespaceWithParts(List<String> parts) {

Powered by Google App Engine
This is Rietveld 408576698