diff options
Diffstat (limited to 'tests/run-make-fulldeps/many-crates-but-no-match/crateC.rs')
-rw-r--r-- | tests/run-make-fulldeps/many-crates-but-no-match/crateC.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make-fulldeps/many-crates-but-no-match/crateC.rs b/tests/run-make-fulldeps/many-crates-but-no-match/crateC.rs new file mode 100644 index 000000000..a8b817ec6 --- /dev/null +++ b/tests/run-make-fulldeps/many-crates-but-no-match/crateC.rs @@ -0,0 +1,3 @@ +extern crate crateB; + +fn main() {} |