Skip to content

Commit 5e1505f

Browse files
author
Thomas Jespersen
committed
Remove -o flag from build command
It generates a warning that --outdir argument is ignored, which is captured and spoils the output Also ensure that test output is captured in a different file than the expected output file
1 parent 35b49fe commit 5e1505f

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) -o $(TMPDIR)/hello -Z trace-macros hello.rs &> $(TMPDIR)/hello.trace
8+
$(RUSTC) -Z trace-macros hello.rs &> $(TMPDIR)/hello.trace
99
diff -u $(TMPDIR)/hello.trace hello.trace

0 commit comments

Comments
 (0)