Update run-make-fulldeps tests

Adjacent identical native libraries are no longer deduplicated if they come from different crates
This commit is contained in:
Vadim Petrochenkov 2022-11-06 15:44:07 +04:00
parent 82ecfd4ed6
commit 58e4644969
2 changed files with 4 additions and 1 deletions

View File

@ -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"'

View File

@ -5,3 +5,6 @@ extern "C" {}
#[link(name = "testa")]
extern "C" {}
#[link(name = "testa")]
extern "C" {}