mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
fix grep test looking for newline
This commit is contained in:
parent
9112e1a4cd
commit
8b59fbc951
@ -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…
Reference in New Issue
Block a user