Skip to content

Commit

Permalink
Clean-up commenting out
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Dec 19, 2024
1 parent f32fcbf commit 1a37d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dynarray/stm_tests.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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 () =
Expand Down

0 comments on commit 1a37d64

Please sign in to comment.