summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocamldoc/t03.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/tool-ocamldoc/t03.ml')
-rw-r--r--testsuite/tests/tool-ocamldoc/t03.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/tool-ocamldoc/t03.ml b/testsuite/tests/tool-ocamldoc/t03.ml
index 43f1857d56..3d06cc5969 100644
--- a/testsuite/tests/tool-ocamldoc/t03.ml
+++ b/testsuite/tests/tool-ocamldoc/t03.ml
@@ -4,4 +4,4 @@ module Bar = struct type t = int let x = 2 end;;
module type MT2 = sig type t val x : t end;;
module type Gee = MT2 with type t = float ;;
-module T = (val (if true then (module Foo:MT2 with type t = int) else (module Bar: MT2 with type t = int)) : MT2 with type t = int);; \ No newline at end of file
+module T = (val (if true then (module Foo:MT2 with type t = int) else (module Bar: MT2 with type t = int)) : MT2 with type t = int);;