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

Unified Diff: test/backend/declarer_test.dart

Issue 1390883002: Make Suite contain a single Group. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 5 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: test/backend/declarer_test.dart
diff --git a/test/backend/declarer_test.dart b/test/backend/declarer_test.dart
index 837ced3a3dc82b470dc9d0cbd7057d0ba03c00ac..4ae7b49c5d5dd02f2282682bb03fb0ec4e8a78a8 100644
--- a/test/backend/declarer_test.dart
+++ b/test/backend/declarer_test.dart
@@ -18,7 +18,7 @@ Suite _suite;
void main() {
setUp(() {
- _suite = new Suite([]);
+ _suite = new Suite(new Group.root([]));
});
group(".test()", () {

Powered by Google App Engine
This is Rietveld 408576698