Skip to content

Commit a30a072

Browse files
.
1 parent d4f4db7 commit a30a072

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/analysis/arithmetic.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ const mod_u8_u16 = runtime_u8 % runtime_u16;
4545
const mod_u8_i16 = runtime_u8 % runtime_i16;
4646
// ^^^^^^^^^^ (i16)()
4747

48-
// TODO this should be `i16`
4948
const shl_i16_u4 = runtime_i16 << runtime_u4;
5049
// ^^^^^^^^^^ (i16)()
5150

0 commit comments

Comments
 (0)