Skip to content

Commit 3a20363

Browse files
author
Thomas Jespersen
committed
Make sure to disambiguate obtained out from expected output
1 parent 5e1505f commit 3a20363

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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.trace
9-
diff -u $(TMPDIR)/hello.trace hello.trace
8+
$(RUSTC) -Z trace-macros hello.rs &> $(TMPDIR)/hello.out
9+
diff -u $(TMPDIR)/hello.out hello.trace

0 commit comments

Comments
 (0)