]> git.lizzy.rs Git - rust.git/blob - tests/run-make/issue-85441/Makefile
Auto merge of #106458 - albertlarsan68:move-tests, r=jyn514
[rust.git] / tests / run-make / issue-85441 / Makefile
1 # only-windows-msvc
2
3 include ../../run-make-fulldeps/tools.mk
4
5 # Tests that WS2_32.dll is not unnecessarily linked, see issue #85441
6
7 all:
8         $(RUSTC) empty.rs
9         objdump -p $(TMPDIR)/empty.exe | $(CGREP) -v -i "WS2_32.dll"