Skip to content

Commit

Permalink
Auto merge of #4009 - phansch:update_compiletest, r=phansch
Browse files Browse the repository at this point in the history
Update compiletest_rs

This includes a fix that make ICEs appear in UI tests again.
  • Loading branch information
bors committed Apr 19, 2019
2 parents 12e8075 + 2ab97a2 commit cafbe7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit cafbe7f

Please sign in to comment.