Skip to content

Commit 0b0c370

Browse files
committed
Revert test
1 parent 9edacce commit 0b0c370

File tree

1 file changed

+2
-2
lines changed
  • tests/test-dirs/type-enclosing/types.t

1 file changed

+2
-2
lines changed

tests/test-dirs/type-enclosing/types.t/run.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ FIXME: A type with a type param shouldn't equal itself - aliasing a list type
113113
}
114114
]
115115

116-
Print inferred kind of a type with higher verbosity
116+
Same result regardless of verbosity:
117117

118118
$ $MERLIN single type-enclosing -short-paths -position 11:9 -verbosity 1 \
119119
> -filename ./types.ml < ./types.ml | jq ".value"
@@ -127,7 +127,7 @@ Print inferred kind of a type with higher verbosity
127127
"line": 11,
128128
"col": 19
129129
},
130-
"type": "type 'a l : immutable_data = 'a l",
130+
"type": "type 'a l = 'a l",
131131
"tail": "no"
132132
}
133133
]

0 commit comments

Comments
 (0)