We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9112e1a commit 8b59fbcCopy full SHA for 8b59fbc
src/test/run-make-fulldeps/hir-tree/Makefile
@@ -5,4 +5,4 @@
5
6
all:
7
$(RUSTC) -o $(TMPDIR)/input.hir -Z unpretty=hir-tree input.rs
8
- $(CGREP) '"Hello, Rustaceans!"' < $(TMPDIR)/input.hir
+ $(CGREP) '"Hello, Rustaceans!\n"' < $(TMPDIR)/input.hir
0 commit comments