Remove &
from redirected output
This seems to fix the test
This commit is contained in:
parent
3a203636e9
commit
c0139cafcd
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@
|
|||
-include ../tools.mk
|
||||
|
||||
all:
|
||||
$(RUSTC) -Z trace-macros hello.rs &> $(TMPDIR)/hello.out
|
||||
$(RUSTC) -Z trace-macros hello.rs > $(TMPDIR)/hello.out
|
||||
diff -u $(TMPDIR)/hello.out hello.trace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue