Skip to content

Commit 6c0a0bb

Browse files
committed
fix tests
1 parent edcf127 commit 6c0a0bb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

jscomp/test/alias_default_value_test.res

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
})
44

55
module C0 = {
6-
let a = 1
76
@react.component
87
let make = (~a=2, ~b=a * 2) => {
98
React.int(a + b)

res_syntax/tests/ppx/react/defaultValueProp.res

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
module C0 = {
2-
let a = 1
32
@react.component
43
let make = (~a=2, ~b=a*2) => React.int(a + b)
54
}

0 commit comments

Comments
 (0)