Make sure to disambiguate obtained out from expected output

This commit is contained in:
Thomas Jespersen 2015-04-15 21:47:33 +02:00
parent 5e1505f823
commit 3a203636e9
1 changed files with 2 additions and 2 deletions

View File

@ -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