Skip to content

Commit be07a1f

Browse files
committed
fix test case
1 parent ede1e75 commit be07a1f

File tree

2 files changed

+75
-75
lines changed

2 files changed

+75
-75
lines changed

jscomp/test/unit_undefined_test.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let fx () = ()
3030
let u0 (x : unit) = Some x
3131

3232
let u1 = Some ()
33-
type t = ()
33+
type t = unit
3434

3535
let u2 (x : t) = Some x
3636
let u3 : t option = Some ()

0 commit comments

Comments
 (0)