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

Unified Diff: test/global/run/recompiles_if_snapshot_is_out_of_date_test.dart

Issue 1427523005: "pub global run" errors out for a mismatched SDK. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 2 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 | « test/global/run/recompiles_if_sdk_is_out_of_date_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/global/run/recompiles_if_snapshot_is_out_of_date_test.dart
diff --git a/test/global/run/recompiles_if_sdk_is_out_of_date_test.dart b/test/global/run/recompiles_if_snapshot_is_out_of_date_test.dart
similarity index 94%
rename from test/global/run/recompiles_if_sdk_is_out_of_date_test.dart
rename to test/global/run/recompiles_if_snapshot_is_out_of_date_test.dart
index c0c9bacd672860f9e3acf1d3defa1976ecc0b92c..a655cb6ec24ad36560241abbebe9b55a9eb1bdf3 100644
--- a/test/global/run/recompiles_if_sdk_is_out_of_date_test.dart
+++ b/test/global/run/recompiles_if_snapshot_is_out_of_date_test.dart
@@ -9,7 +9,7 @@ import '../../descriptor.dart' as d;
import '../../test_pub.dart';
main() {
- integration('recompiles a script if the SDK version is out-of-date', () {
+ integration('recompiles a script if the snapshot is out-of-date', () {
servePackages((builder) {
builder.serve("foo", "1.0.0", contents: [
d.dir("bin", [
« no previous file with comments | « test/global/run/recompiles_if_sdk_is_out_of_date_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698