Skip to content

Commit

Permalink
Fix test case for pred pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Nov 13, 2024
1 parent 688c866 commit 3a8ae63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knock-plus/test/test-runner.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
'(match #f
[(? always?) 1]
[_ 2]))
2)
1)
(check-equal? (run '(define (id x) x)
'(match #t
[(and (? id) y) y]
Expand Down

0 comments on commit 3a8ae63

Please sign in to comment.