Update run-make-fulldeps tests
Adjacent identical native libraries are no longer deduplicated if they come from different crates
This commit is contained in:
parent
82ecfd4ed6
commit
58e4644969
@ -9,4 +9,4 @@ all:
|
||||
$(RUSTC) empty.rs --cfg bar 2>&1 | $(CGREP) '"-ltesta" "-ltestb" "-ltesta"'
|
||||
$(RUSTC) empty.rs 2>&1 | $(CGREP) '"-ltesta"'
|
||||
$(RUSTC) empty.rs 2>&1 | $(CGREP) -v '"-ltestb"'
|
||||
$(RUSTC) empty.rs 2>&1 | $(CGREP) -v '"-ltesta" "-ltesta"'
|
||||
$(RUSTC) empty.rs 2>&1 | $(CGREP) -v '"-ltesta" "-ltesta" "-ltesta"'
|
||||
|
@ -5,3 +5,6 @@
|
||||
|
||||
#[link(name = "testa")]
|
||||
extern "C" {}
|
||||
|
||||
#[link(name = "testa")]
|
||||
extern "C" {}
|
||||
|
Loading…
Reference in New Issue
Block a user