Uncommented unfinished test that made rewrite-path break
This commit is contained in:
parent
42d600c4c1
commit
72b0251203
|
@ -117,7 +117,6 @@
|
|||
(make-LocalRef 0 #f)))
|
||||
|
||||
|
||||
|
||||
;; let1's
|
||||
(check-equal? (run-my-parse #'(let ([y (f)])
|
||||
'ok))
|
||||
|
@ -197,7 +196,6 @@
|
|||
|
||||
|
||||
|
||||
|
||||
(check-equal? (run-my-parse #'+)
|
||||
(make-Top (make-Prefix (list))
|
||||
(make-PrimitiveKernelValue '+)))
|
||||
|
@ -383,7 +381,8 @@
|
|||
|
||||
|
||||
;; todo: see what it would take to run a typed/racket/base language.
|
||||
(void
|
||||
; This test currently breaks rewrite-path in path-rewriter.rkt
|
||||
#;(void
|
||||
(run-my-parse '(module foo typed/racket/base
|
||||
(provide x)
|
||||
(: x Number)
|
||||
|
|
Loading…
Reference in New Issue
Block a user