Update of /cvsroot/monetdb/MonetDB5/src/mal/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18726/Tests

Modified Files:
        All 
Added Files:
        tst660.mal 
Log Message:
A few years old bug. The variable argument property was not
aligned with polymorphic testing.


Index: All
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/Tests/All,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- All 20 May 2007 21:54:53 -0000      1.86
+++ All 22 May 2007 21:17:09 -0000      1.87
@@ -172,6 +172,7 @@
 tst620
 tst654
 tst655
+tst660
 tst670
 tst700
 tst710

--- NEW FILE: tst660.mal ---
#Testing variable argument lists

pattern fi(i:int...)
address MDBdummy;
pattern fs(i:int,s:str...)
address MDBdummy;

fi(1);
fi(1,2);
fi(1,2,3);

fs(1,"a");
fs(1,"a","b");
fs(1,"a","b","c");


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to