Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nsidorenco committed Jul 28, 2024
1 parent 1deef5d commit b400ffc
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions test/corpus/compiler_directive.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,46 +155,6 @@ if x = y then () else failwith "Failed: 1"

--------------------------------------------------------------------------------

(file
(compiler_directive_decl)
(value_declaration
(function_or_value_defn
(value_declaration_left
(identifier_pattern
(long_identifier_or_op
(identifier))))
(const
(string))))
(value_declaration
(function_or_value_defn
(value_declaration_left
(identifier_pattern
(long_identifier_or_op
(identifier))))
(sequential_expression
(application_expression
(dot_expression
(const
(char))
(long_identifier_or_op
(identifier))))
(long_identifier_or_op
(MISSING identifier)))))
(if_expression
(infix_expression
(long_identifier_or_op
(identifier))
(infix_op)
(long_identifier_or_op
(identifier)))
(const
(unit))
(application_expression
(long_identifier_or_op
(identifier))
(const
(string)))))

================================================================================
preproc_if inside expression block
================================================================================
Expand Down

0 comments on commit b400ffc

Please sign in to comment.