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

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