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:
commit
cafbe7f2d9
@ -46,7 +46,7 @@ rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"}
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
cargo_metadata = "0.7.1"
|
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"
|
lazy_static = "1.0"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }
|
clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }
|
||||||
|
Loading…
Reference in New Issue
Block a user