Skip to content

Commit 8b59fbc

Browse files
author
Esteban Küber
committed
fix grep test looking for newline
1 parent 9112e1a commit 8b59fbc

File tree

1 file changed

+1
-1
lines changed
  • src/test/run-make-fulldeps/hir-tree

1 file changed

+1
-1
lines changed

src/test/run-make-fulldeps/hir-tree/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

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

0 commit comments

Comments
 (0)