Skip to content

Commit e36fea3

Browse files
committed
Remove warnings in test files.
1 parent 6e1a4a4 commit e36fea3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

analysis/tests/src/TableclothMap.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
let add = 3
22

33
module Of (M : sig end) = struct
4-
type t = int
4+
type _t = int
55
end
66

77
module M = struct end
88

99
module Int = struct
10-
type t = Of(M).t
10+
type _t = Of(M)._t
1111
end

analysis/tests/src/TableclothMap.mli

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
val add : int
2+
3+
module Int : sig end

0 commit comments

Comments
 (0)