summary refs log tree commit diff
path: root/src/test/run-make/issue-26092/Makefile
blob: 27631c31c4a06b38e802da900ed48e5f3a2992b3 (plain)
1
2
3
4
-include ../tools.mk

all:
	$(RUSTC) -o "" blank.rs 2>&1 | $(CGREP) -i 'No such file or directory'