aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/vio_checking.ml
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-11-03 11:00:27 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-11-03 11:00:27 +0100
commit96a8d73edaa4eba500c440e5d6869fae1af91a12 (patch)
treea4122ffc69ae991fc0b878af791338a5e91737ce /stm/vio_checking.ml
parent87f3278ea3520ed2b2a4b355765392550488c1df (diff)
parentc8533911300df8d4897a3109ea30d43be7f430eb (diff)
Merge PR #6051: Fix FIXME: use OCaml 4.02 generative functors when available.
Diffstat (limited to 'stm/vio_checking.ml')
-rw-r--r--stm/vio_checking.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/vio_checking.ml b/stm/vio_checking.ml
index 9507e90ba..da6a095ab 100644
--- a/stm/vio_checking.ml
+++ b/stm/vio_checking.ml
@@ -14,7 +14,7 @@ let check_vio (ts,f) =
Stm.set_compilation_hints long_f_dot_v;
List.fold_left (fun acc ids -> Stm.check_task f tasks ids && acc) true ts
-module Worker = Spawn.Sync(struct end)
+module Worker = Spawn.Sync ()
module IntOT = struct
type t = int