Skip to content

Commit a05ba90

Browse files
committed
disable Rc test for now, it ain't working
1 parent 2ff1f24 commit a05ba90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/run-pass/rc.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// FIXME: Validation disabled due to https://github.com/rust-lang/rust/issues/54908
2-
// compile-flags: -Zmiri-disable-validation
1+
// FIXME: Disabled due to https://github.com/rust-lang/rust/issues/55747
2+
// ignore-test
33

44
use std::cell::RefCell;
55
use std::rc::Rc;

0 commit comments

Comments
 (0)