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

Unified Diff: pkg/unittest/test/breath_test.dart

Issue 524153002: Sharing metatest logic between unittest and scheduled_test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: CR feedback Created 6 years, 3 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/unittest/test/breath_test.dart
diff --git a/pkg/unittest/test/breath_test.dart b/pkg/unittest/test/breath_test.dart
index 7b0a0382271bb2a3ba01d6e7b44a469b0a4f2c0f..23eec84b1dde14692eae6ce6a6665dee7414d996 100644
--- a/pkg/unittest/test/breath_test.dart
+++ b/pkg/unittest/test/breath_test.dart
@@ -16,7 +16,9 @@ void main() {
var start;
test('initial', () {
- Timer.run(() { sentinel = 1; });
+ Timer.run(() {
+ sentinel = 1;
+ });
});
test('starve', () {

Powered by Google App Engine
This is Rietveld 408576698