log another exception-throwing test

This commit is contained in:
2025-08-04 10:59:01 +01:00
parent 229bf59f5d
commit b7cdbfbe02
2 changed files with 13 additions and 3 deletions

View File

@@ -33,6 +33,6 @@ struct
val () = TextIO.output (io, textOutput)
val () = TextIO.closeOut io
in
raise Empty
raise e
end
end