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

Unified Diff: dart/sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_test.dart

Issue 23606008: Work around VM bug 12963 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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
« no previous file with comments | « no previous file | dart/sdk/lib/_internal/pub/test/update/git/update_one_locked_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_test.dart
diff --git a/dart/sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_test.dart b/dart/sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_test.dart
index 1f35e36b9ae6dad90da95150ac7a5965292fd38a..54c1a7120007e34f0a85840d621fafc200f008f4 100644
--- a/dart/sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_test.dart
+++ b/dart/sdk/lib/_internal/pub/test/update/git/do_not_update_if_unneeded_test.dart
@@ -6,11 +6,11 @@ library pub_tests;
import '../../descriptor.dart' as d;
import '../../test_pub.dart';
-import 'package:unittest/unittest.dart' show unittestConfiguration;
+import 'package:unittest/unittest.dart' as unittest;
nweiz 2013/09/03 18:25:09 Don't import unittest in a test that uses schedule
main() {
initConfig();
- unittestConfiguration.timeout = const Duration(seconds: 60);
+ unittest.unittestConfiguration.timeout = const Duration(seconds: 60);
integration("doesn't update one locked Git package's dependencies if it's "
"not necessary", () {
ensureGit();
« no previous file with comments | « no previous file | dart/sdk/lib/_internal/pub/test/update/git/update_one_locked_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698