mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
fix test
This commit is contained in:
parent
9a672f4e3c
commit
62672fdbd2
1 changed files with 1 additions and 1 deletions
|
|
@ -729,7 +729,7 @@ include Infix
|
||||||
|
|
||||||
(* test consistency of interfaces *)
|
(* test consistency of interfaces *)
|
||||||
(*$inject
|
(*$inject
|
||||||
module FA = CCShims_.Stdlib.Array.Floatarray
|
module FA = Array.Floatarray
|
||||||
module type L = module type of CCArray with module Floatarray := FA
|
module type L = module type of CCArray with module Floatarray := FA
|
||||||
module type LL = module type of CCArrayLabels with module Floatarray := FA
|
module type LL = module type of CCArrayLabels with module Floatarray := FA
|
||||||
*)
|
*)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue