diff options
| author | Thomas Jespersen <laumann.thomas@gmail.com> | 2015-04-15 21:47:33 +0200 |
|---|---|---|
| committer | Thomas Jespersen <laumann.thomas@gmail.com> | 2015-04-15 21:47:33 +0200 |
| commit | 3a203636e9f5c40cd8117b006ffa732f894c734c (patch) | |
| tree | ccad159994e4224bd420f5907217daba5e479669 | |
| parent | 5e1505f82396d696fd11b28c2aae5b01c14ed3f9 (diff) | |
| download | rust-3a203636e9f5c40cd8117b006ffa732f894c734c.tar.gz rust-3a203636e9f5c40cd8117b006ffa732f894c734c.zip | |
Make sure to disambiguate obtained out from expected output
| -rw-r--r-- | src/test/run-make/trace-macros-flag/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/run-make/trace-macros-flag/Makefile b/src/test/run-make/trace-macros-flag/Makefile index 4dfa238413d..88a52773c01 100644 --- a/src/test/run-make/trace-macros-flag/Makefile +++ b/src/test/run-make/trace-macros-flag/Makefile @@ -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 |
