Skip to content

Commit 48eb846

Browse files
committed
Update TestPpx.res.jsout
1 parent a8250da commit 48eb846

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/tools_tests/src/expected/TestPpx.res.jsout

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ function two(x, y) {
2424
return x + y | 0;
2525
}
2626

27-
let n = 6;
28-
2927
let Arity = {
3028
one: one,
3129
two: two,
32-
n: n
30+
n: 6
3331
};
3432

3533
let a = "A";

0 commit comments

Comments
 (0)