Skip to content

Commit

Permalink
remove rand test
Browse files Browse the repository at this point in the history
the actual target-specific things we want to test are all in getrandom,
and rand already tests miri itself
  • Loading branch information
RalfJung committed May 5, 2024
1 parent 8442231 commit f2ea8cd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 61 deletions.
37 changes: 0 additions & 37 deletions test_dependencies/Cargo.lock

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

1 change: 0 additions & 1 deletion test_dependencies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ tempfile = "3"

getrandom_01 = { package = "getrandom", version = "0.1" }
getrandom_02 = { package = "getrandom", version = "0.2", features = ["js"] }
rand = { version = "0.8", features = ["small_rng"] }

[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies]
page_size = "0.6"
Expand Down
23 changes: 0 additions & 23 deletions tests/pass-dep/rand.rs

This file was deleted.

0 comments on commit f2ea8cd

Please sign in to comment.