logo       
Google Custom Search
    AddThis Social Bookmark Button

src/d2c/runtime/dylan/tests regressions.dylan, 1.1.4.1, 1.1.4.2: msg#00094

Subject: src/d2c/runtime/dylan/tests regressions.dylan, 1.1.4.1, 1.1.4.2
Update of /var/lib/cvs/src/d2c/runtime/dylan/tests
In directory cantor:/tmp/cvs-serv10436

Modified Files:
      Tag: GD_2_5
        regressions.dylan 
Log Message:
job: 7094
Test code was using <class> for a dummy class, but the class <class> actuall 
has required-init-keywords, so we will use some other class instead

Index: regressions.dylan
===================================================================
RCS file: /var/lib/cvs/src/d2c/runtime/dylan/tests/regressions.dylan,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -d -r1.1.4.1 -r1.1.4.2
--- regressions.dylan   1 Jun 2003 16:53:10 -0000       1.1.4.1
+++ regressions.dylan   21 Aug 2004 06:37:36 -0000      1.1.4.2
@@ -119,7 +119,7 @@
 //
 define test bug-655 ()
   check-no-errors("limited(<table>, of: foo)",
-                  limited(<table>, of: make(<class>)));
+                  limited(<table>, of: make(<list>)));
 end test bug-655;
 
 define test bug-621 ()


_______________________________________________
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
http://www.gwydiondylan.org/mailman/listinfo/gd-chatter




Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>