Make sure to disambiguate obtained out from expected output
This commit is contained in:
parent
5e1505f823
commit
3a203636e9
@ -5,5 +5,5 @@
|
||||
-include ../tools.mk
|
||||
|
||||
all:
|
||||
$(RUSTC) -Z trace-macros hello.rs &> $(TMPDIR)/hello.trace
|
||||
diff -u $(TMPDIR)/hello.trace hello.trace
|
||||
$(RUSTC) -Z trace-macros hello.rs &> $(TMPDIR)/hello.out
|
||||
diff -u $(TMPDIR)/hello.out hello.trace
|
||||
|
Loading…
Reference in New Issue
Block a user