X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=tests%2Ftest-rmeta-slot.scm;fp=tests%2Ftest-rmeta-slot.scm;h=37dac50ec3dfacd2cad3f12fb8bb8dec1576e47e;hp=46d30dbafe70dd2ab0d1bc83c4b7e0e77ffd9762;hb=cef6072905deb71f3f2277dda21a78595d295901;hpb=8bdfa5c8f81d4e46d57c367da23cd8ea676ad717 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")))))