Skip to content

Commit

Permalink
Disable pprint during test
Browse files Browse the repository at this point in the history
  • Loading branch information
emcardoso committed Apr 22, 2024
1 parent 604b5db commit b8d3a98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/solver-test.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@

(define-property reject-ill-typed ([peg (gen:ill-peg 3 3 3)])
(let ([p (translate peg) ])
(pprint-peg p)
(not (satisfied? (solve-ctx (peg->constraints p))))
(displayln "\n------------------xxx-----------")
)
)

Expand Down Expand Up @@ -119,4 +117,4 @@
(GAlt (GSeq (GAlt (GLit 0) (GEps)) (GLit 1))
(GNot (GLit 1)) )
(list))
)
)

0 comments on commit b8d3a98

Please sign in to comment.