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.sail5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/ocaml/string_of_struct/sos.sail b/test/ocaml/string_of_struct/sos.sail
index 69a17e6c..ecef0e36 100644
--- a/test/ocaml/string_of_struct/sos.sail
+++ b/test/ocaml/string_of_struct/sos.sail
@@ -2,11 +2,6 @@
struct would cause the ocaml backend to generate a bad string_of
function for the struct */
-union option ('a : Type) = {
- None : unit,
- Some : 'a
-}
-
struct test = {
test1 : int,
test2 : option(int)