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

Unified Diff: test/lock_file_test.dart

Issue 1282533003: Don't implicitly run "pub get". (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Code review changes Created 5 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 | « test/dart2js/unminified_in_nonrelease_mode_test.dart ('k') | test/must_pub_get_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/lock_file_test.dart
diff --git a/test/lock_file_test.dart b/test/lock_file_test.dart
index 8a2144e94e3f330a8221026aad17efd756a47814..894016e09e7b39c960697ed6d5c1a078395e7e19 100644
--- a/test/lock_file_test.dart
+++ b/test/lock_file_test.dart
@@ -203,7 +203,7 @@ packages:
'bar', mockSource.name, new Version.parse('3.2.1'), 'bar desc')
], sources);
- expect(loadYaml(lockfile.serialize(null, sources)), equals({
+ expect(loadYaml(lockfile.serialize(null)), equals({
'packages': {
'foo': {
'version': '1.2.3',
« no previous file with comments | « test/dart2js/unminified_in_nonrelease_mode_test.dart ('k') | test/must_pub_get_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698