(cd _build/default && /usr/bin/diff -u test/blackbox-tests/test-cases/output-obj/run.t test/blackbox-tests/test-cases/output-obj/run.t.corrected)
--- test/blackbox-tests/test-cases/output-obj/run.t 2018-10-15 18:11:12.211417214 +0200
+++ test/blackbox-tests/test-cases/output-obj/run.t.corrected 2018-10-15 18:15:54.491113257 +0200
@@ -3,6 +3,7 @@
ocamlc .test.eobjs/test.{cmi,cmo,cmt}
ocamlc test.bc.o
gcc static.bc
+ gcc dynamic.exe
ocamlopt .test.eobjs/test.{cmx,o}
ocamlopt test.exe.o
gcc static.exe
This happens after applying #1458 and #1459