fix grep test looking for newline
This commit is contained in:
parent
9112e1a4cd
commit
8b59fbc951
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue