]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/issue-26092/Makefile
Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr
[rust.git] / tests / run-make-fulldeps / issue-26092 / Makefile
1 include ../tools.mk
2
3 # This test ensures that rustc does not panic with `-o ""` option.
4
5 all:
6         $(RUSTC) -o "" blank.rs 2>&1 | $(CGREP) -i 'panic' && exit 1 || exit 0