X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tests%2Ftest-rmeta-slot.scm;h=37dac50ec3dfacd2cad3f12fb8bb8dec1576e47e;hb=c344305a29e610685dd2c2746bb495295f1696ef;hp=46d30dbafe70dd2ab0d1bc83c4b7e0e77ffd9762;hpb=8bdfa5c8f81d4e46d57c367da23cd8ea676ad717;p=8sync.git diff --git a/tests/test-rmeta-slot.scm b/tests/test-rmeta-slot.scm index 46d30db..37dac50 100644 --- a/tests/test-rmeta-slot.scm +++ b/tests/test-rmeta-slot.scm @@ -28,7 +28,7 @@ (define-class () (entries #:allocation #:each-subclass #:init-thunk - (wrap-rmeta-slot + (build-rmeta-slot `((foo . "bar") (baz . "basil"))))) @@ -42,7 +42,7 @@ (define-class () (entries #:allocation #:each-subclass #:init-thunk - (wrap-rmeta-slot + (build-rmeta-slot `((foo . "foo2") (peanut . "gallery")))))