Index: sdk/lib/_internal/pub/test/real_version_test.dart |
diff --git a/sdk/lib/_internal/pub/test/real_version_test.dart b/sdk/lib/_internal/pub/test/real_version_test.dart |
index c1bea3c03aaa65e9f13dc5d3581ae5a3dbcacf33..d1aa737009712d8ed4f13f4789b4ad8f9948d793 100644 |
--- a/sdk/lib/_internal/pub/test/real_version_test.dart |
+++ b/sdk/lib/_internal/pub/test/real_version_test.dart |
@@ -19,11 +19,9 @@ main() { |
// This test is a bit funny. |
// |
// Pub parses the "version" file that gets generated and shipped with the SDK. |
- // Most of the pub tests here generate a synthetic SDK directory so that we |
- // can tests against a known SDK state. But we want to make sure that the |
- // actual version file that gets created is also one pub can parse. If this |
- // test fails, it means the version file's format has changed in a way pub |
- // didn't expect. |
+ // We want to make sure that the actual version file that gets created is |
+ // also one pub can parse. If this test fails, it means the version file's |
+ // format has changed in a way pub didn't expect. |
// |
// Note that this test expects to be invoked from a Dart executable that is |
// in the built SDK's "bin" directory. Note also that this invokes pub from |