From dfbb609d390b7d75b1612a7fd98877a23a5bc463 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Tue, 24 Apr 2018 13:51:57 +0100 Subject: [PATCH] Update output-obj tests --- test/blackbox-tests/test-cases/output-obj/run.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/blackbox-tests/test-cases/output-obj/run.t b/test/blackbox-tests/test-cases/output-obj/run.t index 9c71ca90..b93484d7 100644 --- a/test/blackbox-tests/test-cases/output-obj/run.t +++ b/test/blackbox-tests/test-cases/output-obj/run.t @@ -9,7 +9,7 @@ ocamlc test.bc ocamlc test.bc.so ocamlopt test.exe - ocamlopt test.so + ocamlopt test$ext_dll $ jbuilder build @runtest static alias runtest @@ -19,4 +19,4 @@ static alias runtest OK: ./static.exe dynamic alias runtest - OK: ./dynamic.exe ./test.so + OK: ./dynamic.exe ./test$ext_dll