Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shulhi committed Jan 29, 2025
1 parent 58540cc commit 98d2ca9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/syntax_tests/data/printer/expr/expected/jsx.res.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ let x =
<div>
ident
"constant"

{
let a = 1
let b = 2
Expand Down Expand Up @@ -264,12 +263,10 @@ let x =
do(i)
}}
{(20: int)}

{
module L = Log
L.log()
}

{
exception Exit
raise(Exit)
Expand Down

0 comments on commit 98d2ca9

Please sign in to comment.