Skip to content

Commit 5a5dd58

Browse files
cristianoczth
authored andcommitted
Update inline_record_test.res
1 parent 9f4b7ba commit 5a5dd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/test/inline_record_test.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ let b = B({})
124124

125125
let () = switch b {
126126
| A => Js.log("A!")
127-
| B(_) => Js.log("B")
127+
| B({}) => Js.log("B")
128128
}

0 commit comments

Comments
 (0)