Skip to content

Commit 1ca442a

Browse files
committed
Fix test
1 parent fbf8b11 commit 1ca442a

File tree

1 file changed

+0
-3
lines changed
  • tests/syntax_tests/data/printer/expr/expected

1 file changed

+0
-3
lines changed

tests/syntax_tests/data/printer/expr/expected/jsx.res.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ let x =
210210
<div>
211211
ident
212212
"constant"
213-
214213
{
215214
let a = 1
216215
let b = 2
@@ -264,12 +263,10 @@ let x =
264263
do(i)
265264
}}
266265
{(20: int)}
267-
268266
{
269267
module L = Log
270268
L.log()
271269
}
272-
273270
{
274271
exception Exit
275272
raise(Exit)

0 commit comments

Comments
 (0)