r2784: *** empty log message ***
[uffi.git] / tests / union.cl
index a18dfecb56aba015bf77f3a8bbfa7190f37b09fa..c3349c6d15939c22d1239b3607a4540befcdd526 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: union.cl,v 1.6 2002/04/03 00:50:46 kevin Exp $
+;;;; $Id: union.cl,v 1.7 2002/04/03 00:57:48 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -66,8 +66,6 @@
               #\A
               :test #'eql
               :fail-info "Error with union character")
-    (print (uffi:get-slot-value u 'tunion1 'uint))
-    (print (uffi:get-slot-value u 'tunion1 'int))
     #-(or sparc sparc-v9)
     (util.test:test (> 0 (uffi:get-slot-value u 'tunion1 'int))
               t