Skip to content

Commit

Permalink
Remove & from redirected output
Browse files Browse the repository at this point in the history
This seems to fix the test
  • Loading branch information
Thomas Jespersen committed Apr 16, 2015
1 parent 3a20363 commit c0139ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-make/trace-macros-flag/Makefile
Expand Up @@ -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

0 comments on commit c0139ca

Please sign in to comment.