Renaming schemeunit to rktunit and adding compat layer

original commit: f70ffca75665f86a380c3df846c8a63b1e941b8b
tokens
Jay McCarthy 14 years ago
commit a9ede393e0

@ -1,7 +1,7 @@
#lang scheme/base #lang scheme/base
(require (for-syntax scheme/base) (require (for-syntax scheme/base)
"../lex.ss" "../lex.ss"
schemeunit) rktunit)
(define-syntax (catch-syn-error stx) (define-syntax (catch-syn-error stx)
(syntax-case stx () (syntax-case stx ()
Loading…
Cancel
Save