Skip to content

Commit

Permalink
Merge pull request rust-lang#348 from RalfJung/tests
Browse files Browse the repository at this point in the history
update compiletest
  • Loading branch information
oli-obk committed Sep 19, 2017
2 parents 11e4859 + 383153f commit 728e664
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
31 changes: 28 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rustc_miri = { path = "src/librustc_mir" }
cargo_miri = ["cargo_metadata"]

[dev-dependencies]
compiletest_rs = { version = "0.2.10", features = ["tmp"] }
compiletest_rs = { version = "0.3", features = ["tmp"] }

[workspace]
exclude = ["xargo", "cargo-miri-test", "rustc_tests"]

0 comments on commit 728e664

Please sign in to comment.