summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-hashtbl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/lib-hashtbl')
-rw-r--r--testsuite/tests/lib-hashtbl/compatibility.ml3
-rw-r--r--testsuite/tests/lib-hashtbl/hfun.ml3
-rw-r--r--testsuite/tests/lib-hashtbl/htbl.ml3
3 files changed, 3 insertions, 6 deletions
diff --git a/testsuite/tests/lib-hashtbl/compatibility.ml b/testsuite/tests/lib-hashtbl/compatibility.ml
index 9ad3a477f3..39477a62ee 100644
--- a/testsuite/tests/lib-hashtbl/compatibility.ml
+++ b/testsuite/tests/lib-hashtbl/compatibility.ml
@@ -1,5 +1,4 @@
-(* TEST
-*)
+(* TEST *)
let check_contents (h: (string, int) Hashtbl.t)
(expected: (string * int) list) =
diff --git a/testsuite/tests/lib-hashtbl/hfun.ml b/testsuite/tests/lib-hashtbl/hfun.ml
index 3e15596e85..ae0634dc11 100644
--- a/testsuite/tests/lib-hashtbl/hfun.ml
+++ b/testsuite/tests/lib-hashtbl/hfun.ml
@@ -1,5 +1,4 @@
-(* TEST
-*)
+(* TEST *)
(* Testing the hash function Hashtbl.hash *)
(* What is tested:
diff --git a/testsuite/tests/lib-hashtbl/htbl.ml b/testsuite/tests/lib-hashtbl/htbl.ml
index efdc5fba28..4af75a9f02 100644
--- a/testsuite/tests/lib-hashtbl/htbl.ml
+++ b/testsuite/tests/lib-hashtbl/htbl.ml
@@ -1,5 +1,4 @@
-(* TEST
-*)
+(* TEST *)
(* Hashtable operations, using maps as a reference *)