Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jan 15, 2022
1 parent 1b0c0eb commit 0b59630
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
6 changes: 0 additions & 6 deletions src/test/run-make-fulldeps/libs-and-bins/Makefile

This file was deleted.

4 changes: 0 additions & 4 deletions src/test/run-make-fulldeps/libs-and-bins/foo.rs

This file was deleted.

3 changes: 2 additions & 1 deletion src/test/run-make-fulldeps/output-with-hyphens/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-include ../tools.mk

all:
$(RUSTC) foo-bar.rs
$(RUSTC) foo-bar.rs --crate-type bin
[ -f $(TMPDIR)/$(call BIN,foo-bar) ]
$(RUSTC) foo-bar.rs --crate-type lib
[ -f $(TMPDIR)/libfoo_bar.rlib ]
3 changes: 0 additions & 3 deletions src/test/run-make-fulldeps/output-with-hyphens/foo-bar.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#![crate_type = "lib"]
#![crate_type = "bin"]

fn main() {}

0 comments on commit 0b59630

Please sign in to comment.