diff options
Diffstat (limited to 'src/test/run-make/rlib-format-packed-bundled-libs/main.rs')
-rw-r--r-- | src/test/run-make/rlib-format-packed-bundled-libs/main.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/run-make/rlib-format-packed-bundled-libs/main.rs b/src/test/run-make/rlib-format-packed-bundled-libs/main.rs deleted file mode 100644 index 042a4879f..000000000 --- a/src/test/run-make/rlib-format-packed-bundled-libs/main.rs +++ /dev/null @@ -1,4 +0,0 @@ -extern crate rust_dep_local; -pub fn main() { - rust_dep_local::rust_dep_local(); -} |