Skip to content

Commit c0139ca

Browse files
author
Thomas Jespersen
committed
Remove & from redirected output
This seems to fix the test
1 parent 3a20363 commit c0139ca

File tree

1 file changed

+1
-1
lines changed
  • src/test/run-make/trace-macros-flag

1 file changed

+1
-1
lines changed

src/test/run-make/trace-macros-flag/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
-include ../tools.mk
66

77
all:
8-
$(RUSTC) -Z trace-macros hello.rs &> $(TMPDIR)/hello.out
8+
$(RUSTC) -Z trace-macros hello.rs > $(TMPDIR)/hello.out
99
diff -u $(TMPDIR)/hello.out hello.trace

0 commit comments

Comments
 (0)