Skip to content

Commit 5f7bc97

Browse files
committed
move arc_drop test to miri-test-libstd
and make weak memory consistency test a bit faster again
1 parent c674f26 commit 5f7bc97

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

tests/pass/0concurrency_arc_drop.rs

Lines changed: 0 additions & 19 deletions
This file was deleted.

tests/pass/0weak_memory_consistency.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ fn test_single_thread() {
217217
}
218218

219219
pub fn main() {
220-
for _ in 0..75 {
220+
for _ in 0..50 {
221221
test_single_thread();
222222
test_mixed_access();
223223
test_load_buffering_acq_rel();

0 commit comments

Comments
 (0)