]> git.lizzy.rs Git - rust.git/commitdiff
fix grep test looking for newline
authorEsteban Küber <esteban@commure.com>
Fri, 20 Jul 2018 20:43:06 +0000 (13:43 -0700)
committerEsteban Küber <esteban@commure.com>
Fri, 20 Jul 2018 22:37:49 +0000 (15:37 -0700)
src/test/run-make-fulldeps/hir-tree/Makefile

index 483d68fd64656037f01f3e4c9f48d5355b8aeb8d..2e100b269e14bfa440f429d84050a3ad0be50256 100644 (file)
@@ -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