rm dead FIXME comment

this comment was added originally in 24e6cd80e7, but was a comment on a `if cfg(..) {...}` block. Later that `if` was removed but the comment was not, and eventually got copied to another location making it even harder to figure out why it's there.
This commit is contained in:
shua 2024-06-22 19:07:26 +02:00
parent 03eadc2e0f
commit e2eb9c9aaa
No known key found for this signature in database
GPG key ID: 73387DA37055770F

View file

@ -2161,8 +2161,6 @@ fn shift_right_zf_by() {
#[test]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
fn shift_right_cast_i8() {
// FIXME (Brian) Something funny happening with 8-bit binary literals in tests
// arithmetic
assert_evals_to!(
"Num.shiftRightBy (Num.toI8 0b1100_0000u8) 2",