Index: test/transformer/cache_test.dart |
diff --git a/test/transformer/cache_test.dart b/test/transformer/cache_test.dart |
index 3fbb5d205106c43d0fcdb044dcb725c4c25cc013..9bad3d0dc2ffaf0b58f5f33fcad049a9dddd7be5 100644 |
--- a/test/transformer/cache_test.dart |
+++ b/test/transformer/cache_test.dart |
@@ -148,6 +148,7 @@ main() { |
]) |
]).create(); |
+ pubGet(); |
process = pubRun(args: ['myapp']); |
process.stdout.expect("See ya!"); |
process.shouldExit(); |
@@ -306,10 +307,9 @@ main() { |
]) |
]).create(); |
+ pubGet(); |
process = pubRun(args: ['myapp']); |
- process.stdout.expect( |
- "Your pubspec has changed, so we need to update your lockfile:"); |
- process.stdout.expect(consumeThrough("Goodbye!")); |
+ process.stdout.expect("Goodbye!"); |
process.shouldExit(); |
// "bar" should still be in the manifest, since there's no reason to |