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 e613bfb commit a476532Copy full SHA for a476532
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!\n"' < $(TMPDIR)/input.hir
+ $(CGREP) '"Hello, Rustaceans!"' < $(TMPDIR)/input.hir
0 commit comments