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

Unified Diff: sdk/lib/_internal/pub_generated/test/global/activate/outdated_binstub_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
« no previous file with comments | « sdk/lib/_internal/pub_generated/test/cache/repair/updates_binstubs_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub_generated/test/global/activate/outdated_binstub_test.dart
diff --git a/sdk/lib/_internal/pub_generated/test/global/activate/outdated_binstub_test.dart b/sdk/lib/_internal/pub_generated/test/global/activate/outdated_binstub_test.dart
index 65fd10b80a1d0eee4fde066fdb86b5e4f806b199..74d5408dd2127f6ca166fdd4ebedf7463cf2bf59 100644
--- a/sdk/lib/_internal/pub_generated/test/global/activate/outdated_binstub_test.dart
+++ b/sdk/lib/_internal/pub_generated/test/global/activate/outdated_binstub_test.dart
@@ -47,9 +47,9 @@ main() {
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();
});
}
« no previous file with comments | « sdk/lib/_internal/pub_generated/test/cache/repair/updates_binstubs_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698