File tree 2 files changed +2
-2
lines changed
testsuite/tests/typing-unique
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ let underscore () = _
11
11
Line 1 , characters 20-21 :
12
12
1 | let underscore () = _
13
13
^
14
- Error : Syntax error : "wildcard " _ " " not expected .
14
+ Error : Syntax error : "wildcard _ " not expected .
15
15
|}]
16
16
17
17
let overwriting t = overwrite_ t with (a, b)
Original file line number Diff line number Diff line change @@ -6534,7 +6534,7 @@ and type_expect_
6534
6534
else Location. todo_overwrite_not_implemented loc
6535
6535
| Pexp_hole ->
6536
6536
if not (Language_extension. is_enabled Overwriting ) then
6537
- raise Syntaxerr. (Error (Not_expecting (loc, " wildcard \" _ \" " )))
6537
+ raise Syntaxerr. (Error (Not_expecting (loc, " wildcard _ " )))
6538
6538
else Location. todo_overwrite_not_implemented loc
6539
6539
6540
6540
and expression_constraint pexp =
You can’t perform that action at this time.
0 commit comments