We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f55fc3 commit fb2765eCopy full SHA for fb2765e
src/librusti/rusti.rc
@@ -538,8 +538,8 @@ mod tests {
538
539
#[test]
540
// FIXME: #7220 rusti on 32bit mac doesn't work.
541
- #[cfg(not(and(target_word_size=32,
542
- target_os="mac")))]
+ #[cfg(not(target_word_size="32",
+ target_os="macos"))]
543
fn run_all() {
544
// FIXME(#7071):
545
// By default, unit tests are run in parallel. Rusti, on the other hand,
@@ -652,8 +652,8 @@ mod tests {
652
653
654
655
656
657
fn exit_quits() {
658
let mut r = repl();
659
assert!(r.running);
0 commit comments