repair a serializable-cstruct test

This commit is contained in:
Matthew Flatt 2021-05-12 17:00:41 -06:00
parent dd71fbad5a
commit 4e5254dd77

View File

@ -20,7 +20,7 @@
4)
(define-serializable-cstruct _aq ([a _fish-pointer]
[d _aq-pointer/null])
[d (_gcable _aq-pointer/null)])
#:malloc-mode 'nonatomic)
(define aq1 (make-aq/mode (make-fish 6) #f))