Use a TC7 tag instead of a SMOB for bytevectors.
[bpt/guile.git] / test-suite / tests / bytevectors.test
index 8b336bb..1009fb0 100644 (file)
     (equal? (with-input-from-string "#vu8(0 255 127 128)" read)
             (u8-list->bytevector '(0 255 127 128))))
 
+  (pass-if "self-evaluating?"
+    (self-evaluating? (make-bytevector 1)))
+
   (pass-if "self-evaluating"
     (equal? (eval (with-input-from-string "#vu8(1 2 3 4 5)" read)
                   (current-module))