Fix struct lens test reference

This commit is contained in:
Jack Firth 2015-07-07 16:11:01 -07:00
parent 278b6489c0
commit 22e3f8721a

View File

@ -11,7 +11,7 @@
racket/syntax
))
(module+ test
(require rackunit fancy-app (only-in lens/core/main lens-transform*)))
(require rackunit fancy-app (only-in lens/base/main lens-transform*)))
(define-simple-macro (struct-lens s:id fld:id)
#:with s-fld (format-id #'s "~a-~a" #'s #'fld #:source #'fld)