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

Unified Diff: sky/tests/widgets/buttons.dart

Issue 1192003003: Clean up the tests to be more maintainable. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « sky/tests/resources/display_list.dart ('k') | sky/tests/widgets/dialog.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/widgets/buttons.dart
diff --git a/sky/tests/widgets/buttons.dart b/sky/tests/widgets/buttons.dart
index 0b5de6e71bba6cca2109817eacc3554f59b141ba..767d6c1794e8f923e4fe0b03795be4c70c1f1d36 100644
--- a/sky/tests/widgets/buttons.dart
+++ b/sky/tests/widgets/buttons.dart
@@ -24,5 +24,5 @@ main() async {
return new Center(child: new FloatingActionButton(child: new Text("+")));
});
- await tester.endTest();
+ tester.endTest();
}
« no previous file with comments | « sky/tests/resources/display_list.dart ('k') | sky/tests/widgets/dialog.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698