summaryrefslogtreecommitdiff
path: root/test/ocaml/string_of_struct
diff options
context:
space:
mode:
Diffstat (limited to 'test/ocaml/string_of_struct')
-rw-r--r--test/ocaml/string_of_struct/sos.sail2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ocaml/string_of_struct/sos.sail b/test/ocaml/string_of_struct/sos.sail
index 6d14dfd7..69a17e6c 100644
--- a/test/ocaml/string_of_struct/sos.sail
+++ b/test/ocaml/string_of_struct/sos.sail
@@ -3,7 +3,7 @@ struct would cause the ocaml backend to generate a bad string_of
function for the struct */
union option ('a : Type) = {
- None,
+ None : unit,
Some : 'a
}