Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Apr 10, 2023
1 parent 5a6904f commit c09e3ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/react.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Demonstrate how to use the React JSX PPX
> (melange.emit
> (target output)
> (alias mel)
> (emit_stdlib false)
> (compile_flags :standard -w -20)
> (preprocess (pps reactjs-jsx-ppx)))
> EOF
Expand Down
1 change: 1 addition & 0 deletions test/shadow-internal-lib.t/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(melange.emit
(target dist)
(alias melange-dist)
(emit_stdlib false)
(modules entry_module)
(libraries node))
1 change: 1 addition & 0 deletions test/shadow-internal-module.t/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(melange.emit
(target dist)
(alias melange-dist)
(emit_stdlib false)
(modules entry_module)
(libraries node))

0 comments on commit c09e3ba

Please sign in to comment.