| 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", [
|
|
|