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

Unified Diff: pkg/scheduled_test/lib/scheduled_test.dart

Issue 22284003: pkg: analysis aided cleanup (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: nits Created 7 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/scheduled_test/lib/scheduled_test.dart
diff --git a/pkg/scheduled_test/lib/scheduled_test.dart b/pkg/scheduled_test/lib/scheduled_test.dart
index 05beb140fd041799bb620ebfdd78efa2312a3bc1..c91aad7216963a27b75bbab5e6d4df5d009fcc4c 100644
--- a/pkg/scheduled_test/lib/scheduled_test.dart
+++ b/pkg/scheduled_test/lib/scheduled_test.dart
@@ -195,7 +195,6 @@ import 'package:unittest/unittest.dart' as unittest;
import 'src/schedule.dart';
import 'src/schedule_error.dart';
-import 'src/utils.dart';
export 'package:unittest/matcher.dart' hide completes, completion;
export 'package:unittest/unittest.dart' show
@@ -327,7 +326,7 @@ void _setUpScheduledTest([void setUpFn()]) {
_setUpFn = setUpFn;
}
});
-
+
unittest.tearDown(() {
_currentSchedule = null;
_setUpFn = null;
« no previous file with comments | « pkg/scheduled_test/lib/scheduled_server.dart ('k') | pkg/scheduled_test/lib/src/descriptor/async_descriptor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698