1
Fork 0

Remove & from redirected output

This seems to fix the test
This commit is contained in:
Thomas Jespersen 2015-04-16 14:57:31 +02:00
parent 3a203636e9
commit c0139cafcd

View file

@ -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