We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
remove_data_on_gc
1 parent a4a8844 commit 31cdcbeCopy full SHA for 31cdcbe
src/lib/disk_cache/test_lib/disk_cache_test_lib.ml
@@ -23,7 +23,7 @@ module type S = sig
23
24
val initialization_special_cases : unit -> unit
25
26
- (** [remove_data_on_gc_impl ?gc_strict ())] test behavior of cache on GC.
+ (** [remove_data_on_gc ?gc_strict ())] test behavior of cache on GC.
27
If [gc_strict] is set to [false], then we won't check if the cache is
28
empty after GC.
29
*)
0 commit comments