Skip to content

Commit 1f1b4b8

Browse files
committed
try passing tests in CI
1 parent 018b17d commit 1f1b4b8

4 files changed

+4
-32
lines changed

jscomp/build_tests/super_errors/expected/curried_value_instead_of_uncurried_in_curried_mode.res.expected

+1-8
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,7 @@
1010
6 │
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 (curried)
2316
is not included in

jscomp/build_tests/super_errors/expected/curried_value_instead_of_uncurried_in_uncurried_mode.res.expected

+1-8
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,7 @@
1111
9 │
1212

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

jscomp/build_tests/super_errors/expected/uncurried_value_instead_of_curried_in_curried_mode.res.expected

+1-8
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,7 @@
1010
6 │
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

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

+1-8
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)