Skip to content

Commit ab7fe74

Browse files
committed
---
yaml --- r: 63471 b: refs/heads/snap-stage3 c: fb2765e h: refs/heads/master i: 63469: 55dff4d 63467: 6eb2451 63463: ab3ff0c 63455: 0e9d430 v: v3
1 parent ec8b567 commit ab7fe74

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 7f55fc33f08a7ec5df0d06b4b0543bc864e60640
4+
refs/heads/snap-stage3: fb2765eebd33fbc0218c51313b629a079a09d9fc
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/librusti/rusti.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,8 @@ mod tests {
538538

539539
#[test]
540540
// FIXME: #7220 rusti on 32bit mac doesn't work.
541-
#[cfg(not(and(target_word_size=32,
542-
target_os="mac")))]
541+
#[cfg(not(target_word_size="32",
542+
target_os="macos"))]
543543
fn run_all() {
544544
// FIXME(#7071):
545545
// By default, unit tests are run in parallel. Rusti, on the other hand,
@@ -652,8 +652,8 @@ mod tests {
652652

653653
#[test]
654654
// FIXME: #7220 rusti on 32bit mac doesn't work.
655-
#[cfg(not(and(target_word_size=32,
656-
target_os="mac")))]
655+
#[cfg(not(target_word_size="32",
656+
target_os="macos"))]
657657
fn exit_quits() {
658658
let mut r = repl();
659659
assert!(r.running);

0 commit comments

Comments
 (0)