aboutsummaryrefslogtreecommitdiff
path: root/test/hello.ml
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello.ml')
-rw-r--r--test/hello.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello.ml b/test/hello.ml
index a00eb2e..5bc38ad 100644
--- a/test/hello.ml
+++ b/test/hello.ml
@@ -29,6 +29,6 @@ let main =
OCaml, so... The next best thing is probably printing something. *)
print_endline
(match exn with
- | Stream.InvalidStanza stanza -> "Invalid stanza: " ^ stanza
+ | Xml.InvalidStanza stanza -> "Invalid stanza: " ^ stanza
| _ -> "... and so I stumble back to bed.");
Lwt.fail exn)