Show diffs for failing tests

This commit is contained in:
Marcus Klaas 2015-05-12 02:16:46 +02:00
parent 6b1494885c
commit 4ecde410c4
3 changed files with 41 additions and 0 deletions

6
Cargo.lock generated
View file

@ -2,9 +2,15 @@
name = "rustfmt"
version = "0.0.1"
dependencies = [
"diff 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"strings 0.0.1 (git+https://github.com/nrc/strings.rs.git)",
]
[[package]]
name = "diff"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "strings"
version = "0.0.1"