mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
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:
parent
03eadc2e0f
commit
e2eb9c9aaa
1 changed files with 0 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue