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

Unified Diff: test/lock_file_test.dart

Issue 1557253002: Fix lock_file_test. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 4 years, 12 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 | no next file » | 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 4cb5751b1a4239c90d070126d5df68eed67c7f66..893450bdc916d368a6ee1756f95f578899fc6544 100644
--- a/test/lock_file_test.dart
+++ b/test/lock_file_test.dart
@@ -211,6 +211,7 @@ packages:
], sources);
expect(loadYaml(lockfile.serialize(null)), equals({
+ 'sdk': 'any',
'packages': {
'foo': {
'version': '1.2.3',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698