Index: sdk/lib/_internal/pub_generated/test/global/binstubs/warns_if_not_on_path.dart |
diff --git a/sdk/lib/_internal/pub_generated/test/global/binstubs/warns_if_not_on_path.dart b/sdk/lib/_internal/pub_generated/test/global/binstubs/warns_if_not_on_path.dart |
deleted file mode 100644 |
index 3b73d25dd5fd612f6da5bdb0ec795307e45824b7..0000000000000000000000000000000000000000 |
--- a/sdk/lib/_internal/pub_generated/test/global/binstubs/warns_if_not_on_path.dart |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-import 'package:scheduled_test/scheduled_test.dart'; |
-import '../../descriptor.dart' as d; |
-import '../../test_pub.dart'; |
-main() { |
- initConfig(); |
- integration("warns if the binstub directory is not on the path", () { |
- servePackages((builder) { |
- builder.serve("foo", "1.0.0", pubspec: { |
- "executables": { |
- "script": null |
- } |
- }, |
- contents: [ |
- d.dir("bin", [d.file("script.dart", "main(args) => print('ok \$args');")])]); |
- }); |
- schedulePub( |
- args: ["global", "activate", "foo"], |
- output: contains("is not on your path")); |
- }); |
-} |