Skip to content

Commit cf36f4e

Browse files
committed
Update rand test
1 parent b49adfe commit cf36f4e

File tree

2 files changed

+523
-46
lines changed

2 files changed

+523
-46
lines changed

build_system/tests.rs

+2-4
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,11 @@ const BASE_SYSROOT_SUITE: &[TestCase] = &[
101101
TestCase::build_bin("aot.issue-59326", "example/issue-59326.rs"),
102102
];
103103

104-
// FIXME(rust-random/rand#1293): Newer rand versions fail to test on Windows. Update once this is
105-
// fixed.
106104
pub(crate) static RAND_REPO: GitRepo = GitRepo::github(
107105
"rust-random",
108106
"rand",
109-
"50b9a447410860af8d6db9a208c3576886955874",
110-
"446203b96054891e",
107+
"f3dd0b885c4597b9617ca79987a0dd899ab29fcb",
108+
"3f869e4fcd602b66",
111109
"rand",
112110
);
113111

0 commit comments

Comments
 (0)