Index: sdk/lib/_internal/pub_generated/test/cache/repair/empty_cache_test.dart |
diff --git a/sdk/lib/_internal/pub_generated/test/cache/repair/empty_cache_test.dart b/sdk/lib/_internal/pub_generated/test/cache/repair/empty_cache_test.dart |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e078722d6e68a66c4e3f881c55df3c88ca949def |
--- /dev/null |
+++ b/sdk/lib/_internal/pub_generated/test/cache/repair/empty_cache_test.dart |
@@ -0,0 +1,10 @@ |
+library pub_tests; |
+import '../../test_pub.dart'; |
+main() { |
+ initConfig(); |
+ integration('does nothing if the cache is empty', () { |
+ schedulePub( |
+ args: ["cache", "repair"], |
+ output: "No packages in cache, so nothing to repair."); |
+ }); |
+} |