mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 03:35:30 -05:00
detail
This commit is contained in:
parent
89145313a5
commit
7229f04981
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ let max_width = Sys.word_size - 2
|
|||
|
||||
(*$R
|
||||
let module B = CCBitField.Make(struct end) in
|
||||
let x = B.mk_field () in
|
||||
let _ = B.mk_field () in
|
||||
B.freeze();
|
||||
assert_bool "must raise"
|
||||
(try ignore (B.mk_field()); false with Frozen -> true);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue