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

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

Issue 13348002: Make pub warning-clean. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review change. Created 7 years, 9 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 | « no previous file | utils/tests/pub/io_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4c4eed142d3e0af33f1f75f3ca52e8c6167ee3dd..b46dc45006e26c2d35d5c2c92c1179424abbbed7 100644
--- a/pkg/scheduled_test/lib/scheduled_test.dart
+++ b/pkg/scheduled_test/lib/scheduled_test.dart
@@ -183,7 +183,7 @@ import 'src/utils.dart';
export 'package:unittest/matcher.dart' hide completes, completion;
export 'package:unittest/unittest.dart' show
- config, configure, Configuration, logMessage, expectThrow;
+ Configuration, logMessage, expectThrow;
export 'src/schedule.dart';
export 'src/schedule_error.dart';
@@ -344,3 +344,10 @@ Future wrapFuture(Future future, [String description]) {
return currentSchedule.wrapFuture(future, description);
}
+
+// TODO(nweiz): re-export these once issue 9535 is fixed.
+unittest.Configuration get unittestConfiguration =>
+ unittest.unittestConfiguration;
+void set unittestConfiguration(unittest.Configuration value) {
+ unittest.unittestConfiguration = value;
+}
« no previous file with comments | « no previous file | utils/tests/pub/io_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698