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

Unified Diff: sdk/lib/_internal/pub_generated/test/cache/repair/updates_binstubs_test.dart

Issue 899373002: Update pub to use the VM's new bad-snapshot exit code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix status and one more test Created 5 years, 10 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
Index: sdk/lib/_internal/pub_generated/test/cache/repair/updates_binstubs_test.dart
diff --git a/sdk/lib/_internal/pub_generated/test/cache/repair/updates_binstubs_test.dart b/sdk/lib/_internal/pub_generated/test/cache/repair/updates_binstubs_test.dart
index 874796e74a53e8a277114e10261ab4513e577d76..631ca68b36171462e9512931e9927864029df3b3 100644
--- a/sdk/lib/_internal/pub_generated/test/cache/repair/updates_binstubs_test.dart
+++ b/sdk/lib/_internal/pub_generated/test/cache/repair/updates_binstubs_test.dart
@@ -53,9 +53,9 @@ main() {
// The broken versions should have been replaced.
d.dir(
cachePath,
- [d.dir('bin', [// 255 is the VM's exit code upon seeing an out-of-date snapshot.
+ [d.dir('bin', [// 253 is the VM's exit code upon seeing an out-of-date snapshot.
d.matcherFile(
binStubName('foo-script'),
- contains('255'))])]).validate();
+ contains('253'))])]).validate();
});
}

Powered by Google App Engine
This is Rietveld 408576698