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

Unified Diff: pkg/analysis_server/test/services/refactoring/naming_conventions_test.dart

Issue 2394683006: Switch analysis_server to use 'package:test'. (Closed)
Patch Set: Created 4 years, 2 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/analysis_server/test/services/refactoring/naming_conventions_test.dart
diff --git a/pkg/analysis_server/test/services/refactoring/naming_conventions_test.dart b/pkg/analysis_server/test/services/refactoring/naming_conventions_test.dart
index 7b9ead8d95be58c267684813d76b97dd9f8c9b8d..860d7e3a385f57639ea9590872ed7d90f009df72 100644
--- a/pkg/analysis_server/test/services/refactoring/naming_conventions_test.dart
+++ b/pkg/analysis_server/test/services/refactoring/naming_conventions_test.dart
@@ -15,7 +15,9 @@ import 'abstract_refactoring.dart';
main() {
initializeTestEnvironment();
- defineReflectiveTests(NamingConventionsTest);
+ defineReflectiveSuite(() {
+ defineReflectiveTests(NamingConventionsTest);
+ });
}
@reflectiveTest

Powered by Google App Engine
This is Rietveld 408576698