From 1a37d647532d07424896a6f6dccaaa9c3904a69d Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Thu, 19 Dec 2024 16:47:11 +0100 Subject: [PATCH] Clean-up commenting out --- src/dynarray/stm_tests.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dynarray/stm_tests.ml b/src/dynarray/stm_tests.ml index 187b2ba1..7e7d52e4 100644 --- a/src/dynarray/stm_tests.ml +++ b/src/dynarray/stm_tests.ml @@ -638,8 +638,8 @@ module Test_sequential = struct end module Test_domain = struct - module Int = STM_domain.Make (Dynarray_spec(*_for_stress_test*) (Int)) - module Float = STM_domain.Make (Dynarray_spec(*_for_stress_test*) (Float)) + module Int = STM_domain.Make (Dynarray_spec (Int)) + module Float = STM_domain.Make (Dynarray_spec (Float)) end let () =