Skip to content

Commit e3d85b5

Browse files
committed
Use throw instead of deprecated raise in internal unused test
1 parent 72eed8c commit e3d85b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests/src/internal_unused_test.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module P1 = {
1717
}
1818
open! P1
1919

20-
let f = () => raise(A)
20+
let f = () => throw(A)
2121

2222
%%private(let b = 3)
2323

0 commit comments

Comments
 (0)