Capture test output by default

The `rustc-test` crate has this feature disabled by default causing all
of the test `println!` output to be displayed.
This commit is contained in:
Joe Wilm 2017-01-23 08:06:09 -08:00 committed by Joe Wilm
parent 2ffdc8d9ca
commit b23ed6ed4c
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ git = "https://github.com/jwilm/glutin"
rev = "af7fe340bd4a2af53ea521defcb4f377cdc588cf"
[dev-dependencies]
rustc-test = "0.1"
rustc-test = { version = "0.1", features = ["capture"] }
[profile.release]
lto = true