diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-02-21 11:18:01 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-02-21 11:18:01 +0100 |
| commit | 4f45ea73efb7e92cc1eefd684959300f2b630880 (patch) | |
| tree | 83e1658837f09983f5e32f1d93b7d11d24acf4e2 | |
| parent | 93373e13f0df27c7f887caacdcc02182925c5644 (diff) | |
| download | rust-4f45ea73efb7e92cc1eefd684959300f2b630880.tar.gz rust-4f45ea73efb7e92cc1eefd684959300f2b630880.zip | |
Re-enable some now compiling libcore tests
cc #806
| -rw-r--r-- | patches/0022-core-Disable-not-compiling-tests.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/patches/0022-core-Disable-not-compiling-tests.patch b/patches/0022-core-Disable-not-compiling-tests.patch index 3eb10069ada..8cfffe580a1 100644 --- a/patches/0022-core-Disable-not-compiling-tests.patch +++ b/patches/0022-core-Disable-not-compiling-tests.patch @@ -119,21 +119,5 @@ index 6609bc3..241b497 100644 #[test] #[should_panic(expected = "index 0 greater than length of slice")] -diff --git a/library/core/tests/num/ops.rs b/library/core/tests/num/ops.rs -index 9979cc8..d5d1d83 100644 ---- a/library/core/tests/num/ops.rs -+++ b/library/core/tests/num/ops.rs -@@ -238,7 +238,7 @@ macro_rules! test_shift_assign { - } - }; - } --test_shift!(test_shl_defined, Shl::shl); --test_shift_assign!(test_shl_assign_defined, ShlAssign::shl_assign); --test_shift!(test_shr_defined, Shr::shr); --test_shift_assign!(test_shr_assign_defined, ShrAssign::shr_assign); -+//test_shift!(test_shl_defined, Shl::shl); -+//test_shift_assign!(test_shl_assign_defined, ShlAssign::shl_assign); -+//test_shift!(test_shr_defined, Shr::shr); -+//test_shift_assign!(test_shr_assign_defined, ShrAssign::shr_assign); -- 2.21.0 (Apple Git-122) |
