Skip to content

Commit c16ca08

Browse files
mediremizth
authored andcommitted
Update StdlibMigration_Int expectation
1 parent c1576fe commit c16ca08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tools_tests/src/expected/StdlibMigration_Int.res.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ let result = Int.bitwiseOr(1, 2)
33
let result = Int.bitwiseXor(1, 2)
44
let result = Int.shiftLeft(1, 2)
55
let result = Int.shiftRightUnsigned(1, 2)
6-
let result = Int.shiftLeft(1, 2)
6+
let result = Int.shiftRight(1, 2)
77
let result = Int.bitwiseNot(0)
88

0 commit comments

Comments
 (0)