Auto merge of #4009 - phansch:update_compiletest, r=phansch

Update compiletest_rs

This includes a fix that make ICEs appear in UI tests again.
This commit is contained in:
bors 2019-04-19 17:11:13 +00:00
commit cafbe7f2d9
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"}
[dev-dependencies]
cargo_metadata = "0.7.1"
compiletest_rs = { version = "0.3.21", features = ["tmp"] }
compiletest_rs = { version = "0.3.22", features = ["tmp"] }
lazy_static = "1.0"
serde_derive = "1.0"
clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }