fix grep test looking for newline

This commit is contained in:
Esteban Küber 2018-07-20 13:43:06 -07:00
parent 9112e1a4cd
commit 8b59fbc951

View File

@ -5,4 +5,4 @@
all:
$(RUSTC) -o $(TMPDIR)/input.hir -Z unpretty=hir-tree input.rs
$(CGREP) '"Hello, Rustaceans!"' < $(TMPDIR)/input.hir
$(CGREP) '"Hello, Rustaceans!\n"' < $(TMPDIR)/input.hir