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

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