We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8ac4f commit a6bfb3aCopy full SHA for a6bfb3a
1 file changed
tests/applications/metaKanren.rkt
@@ -495,13 +495,15 @@ Syntax
495
496
;; tests
497
498
-(run 1 (res)
499
- (staged
500
- (eval-programo
501
- `(run* (z)
502
- (letrec-rel ((unify-2 (z) (== z '2)))
503
- (call-rel unify-2 z)))
504
- res)))
+(time-test
+ (run 1 (res)
+ (staged
+ (eval-programo
+ `(run* (z)
+ (letrec-rel ((unify-2 (z) (== z '2)))
+ (call-rel unify-2 z)))
505
+ res)))
506
+ '((2)))
507
508
509
0 commit comments