File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
branches/snap-stage3/src/librusti Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 7f55fc33f08a7ec5df0d06b4b0543bc864e60640
4
+ refs/heads/snap-stage3: fb2765eebd33fbc0218c51313b629a079a09d9fc
5
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -538,8 +538,8 @@ mod tests {
538
538
539
539
#[test]
540
540
// 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" ))]
543
543
fn run_all() {
544
544
// FIXME(#7071):
545
545
// By default, unit tests are run in parallel. Rusti, on the other hand,
@@ -652,8 +652,8 @@ mod tests {
652
652
653
653
#[test]
654
654
// 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" ))]
657
657
fn exit_quits() {
658
658
let mut r = repl();
659
659
assert!(r.running);
You can’t perform that action at this time.
0 commit comments