Skip to content

Commit

Permalink
improve comments in test
Browse files Browse the repository at this point in the history
  • Loading branch information
riaqn committed Jan 9, 2025
1 parent c8fc41b commit d7641bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/tests/typing-modes/lazy.ml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let foo (x @ local) =
val foo : local_ 'a lazy_t -> 'a = <fun>
|}]

(* one can construct [portable] lazy if the result is [portable] *)
(* one can construct [portable] lazy only if the result is [portable] *)
let foo () =
let l = lazy (let x @ nonportable = fun x -> x in x) in
use_portable l
Expand Down

0 comments on commit d7641bb

Please sign in to comment.