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

Unified Diff: sdk/lib/_internal/pub/test/global/activate/snapshots_git_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_git_executables_test.dart
diff --git a/sdk/lib/_internal/pub/test/global/activate/snapshots_git_executables_test.dart b/sdk/lib/_internal/pub/test/global/activate/snapshots_git_executables_test.dart
index 35274c14f8e328188d1fc5662e1107ecdcc6ed49..cfabaa9a43e892d26c3981fdfbdd84494b35a780 100644
--- a/sdk/lib/_internal/pub/test/global/activate/snapshots_git_executables_test.dart
+++ b/sdk/lib/_internal/pub/test/global/activate/snapshots_git_executables_test.dart
@@ -35,7 +35,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