Skip to content

Commit 46044ac

Browse files
committed
update fixture expected
1 parent 04fd108 commit 46044ac

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

jscomp/build_tests/super_errors/expected/uncurried_value_instead_of_curried_in_uncurried_mode.res.expected

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,7 @@
1010
9 │
1111

1212
Signature mismatch:
13-
Modules do not match:
14-
{
15-
let add: (int, int) => int
16-
}
17-
is not included in
18-
{
19-
let add: (int, int) => int
20-
}
13+
...
2114
Values do not match:
2215
let add: (int, int) => int (uncurried)
2316
is not included in

0 commit comments

Comments
 (0)