From fb9aba2b8d04864ca2e7b6fea8c8847569458c5f Mon Sep 17 00:00:00 2001 From: Alex Knauth Date: Sat, 19 Sep 2015 22:26:43 -0400 Subject: [PATCH] Add test for handling of prefab structs goes with https://github.com/racket/pconvert-lib/pull/4 Closes #2. --- compatibility-test/tests/mzlib/pconvert.rktl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compatibility-test/tests/mzlib/pconvert.rktl b/compatibility-test/tests/mzlib/pconvert.rktl index 048b9c4..dee7c3a 100644 --- a/compatibility-test/tests/mzlib/pconvert.rktl +++ b/compatibility-test/tests/mzlib/pconvert.rktl @@ -413,6 +413,8 @@ (test '(s 1) (pc #f) (s 1)) (test '(make-s 1) (pc #t) (s 1))) +(test '(make-prefab-struct 's 1) print-convert (make-prefab-struct 's 1)) + (let ([pc (lambda (pv) (lambda (x)