Fix Windows test

master
Mark Shinwell 2018-11-13 09:44:54 +00:00
parent 6526a0c3d9
commit 4dfa4d6e7a
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ let _ = Stdlib.Bigarray.float32
let () =
ignore (Hashtbl.hash 42.0);
print_endline "Main is running.";
Dynlink.init ();
Dynlink.allow_unsafe_modules true;
let plugin_name = Dynlink.adapt_filename "plugin.cmo" in
load plugin_name;