Inline SRFI-9 constructors too.
[bpt/guile.git] / testsuite / t-records.scm
index 0cb320d..9aa4daa 100644 (file)
@@ -11,5 +11,4 @@
 \f
 (and (stuff? (%make-stuff 12))
      (= 7 (stuff:chbouib (%make-stuff 7)))
-     (not (stuff? 12))
-     (not (false-if-exception (%make-stuff))))
+     (not (stuff? 12)))