Skip to content

Commit cafbe7f

Browse files
committed
Auto merge of #4009 - phansch:update_compiletest, r=phansch
Update compiletest_rs This includes a fix that make ICEs appear in UI tests again.
2 parents 12e8075 + 2ab97a2 commit cafbe7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"}
4646

4747
[dev-dependencies]
4848
cargo_metadata = "0.7.1"
49-
compiletest_rs = { version = "0.3.21", features = ["tmp"] }
49+
compiletest_rs = { version = "0.3.22", features = ["tmp"] }
5050
lazy_static = "1.0"
5151
serde_derive = "1.0"
5252
clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }

0 commit comments

Comments
 (0)