Skip to content

Commit 4f45ea7

Browse files
committed
Re-enable some now compiling libcore tests
cc #806
1 parent 93373e1 commit 4f45ea7

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

patches/0022-core-Disable-not-compiling-tests.patch

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -119,21 +119,5 @@ index 6609bc3..241b497 100644
119119

120120
#[test]
121121
#[should_panic(expected = "index 0 greater than length of slice")]
122-
diff --git a/library/core/tests/num/ops.rs b/library/core/tests/num/ops.rs
123-
index 9979cc8..d5d1d83 100644
124-
--- a/library/core/tests/num/ops.rs
125-
+++ b/library/core/tests/num/ops.rs
126-
@@ -238,7 +238,7 @@ macro_rules! test_shift_assign {
127-
}
128-
};
129-
}
130-
-test_shift!(test_shl_defined, Shl::shl);
131-
-test_shift_assign!(test_shl_assign_defined, ShlAssign::shl_assign);
132-
-test_shift!(test_shr_defined, Shr::shr);
133-
-test_shift_assign!(test_shr_assign_defined, ShrAssign::shr_assign);
134-
+//test_shift!(test_shl_defined, Shl::shl);
135-
+//test_shift_assign!(test_shl_assign_defined, ShlAssign::shl_assign);
136-
+//test_shift!(test_shr_defined, Shr::shr);
137-
+//test_shift_assign!(test_shr_assign_defined, ShrAssign::shr_assign);
138122
--
139123
2.21.0 (Apple Git-122)

0 commit comments

Comments
 (0)