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

Unified Diff: sdk/lib/_internal/pub/test/global/activate/snapshots_hosted_executables_test.dart

Issue 548603002: Use the VM to detect when a precompiled executable is out-of-date. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 years, 3 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/test/global/activate/snapshots_hosted_executables_test.dart
diff --git a/sdk/lib/_internal/pub/test/global/activate/snaphots_hosted_executables_test.dart b/sdk/lib/_internal/pub/test/global/activate/snapshots_hosted_executables_test.dart
similarity index 96%
rename from sdk/lib/_internal/pub/test/global/activate/snaphots_hosted_executables_test.dart
rename to sdk/lib/_internal/pub/test/global/activate/snapshots_hosted_executables_test.dart
index 79ce0d7edcd491b65c97e02f10e60340e7e6f6c7..5bd0257e3f596d7e4bec81c7d5149c9a9dcf81aa 100644
--- a/sdk/lib/_internal/pub/test/global/activate/snaphots_hosted_executables_test.dart
+++ b/sdk/lib/_internal/pub/test/global/activate/snapshots_hosted_executables_test.dart
@@ -33,7 +33,6 @@ main() {
d.dir('foo', [
d.matcherFile('pubspec.lock', contains('1.0.0')),
d.dir('bin', [
- d.file('sdk-version', '0.1.2+3\n'),
d.matcherFile('hello.dart.snapshot', contains('hello!')),
d.matcherFile('goodbye.dart.snapshot', contains('goodbye!')),
d.nothing('shell.sh.snapshot'),

Powered by Google App Engine
This is Rietveld 408576698