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

Modified Files:
      Tag: GDK-2
        tst300.mal 
Log Message:
propagated changes of Monday Aug 13 2007 - Thursday Aug 16 2007
from the development trunk to the GDK-2 branch



Index: tst300.mal
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/Tests/tst300.mal,v
retrieving revision 1.4
retrieving revision 1.4.6.1
diff -u -d -r1.4 -r1.4.6.1
--- tst300.mal  13 Dec 2006 22:20:13 -0000      1.4
+++ tst300.mal  15 Aug 2007 22:37:57 -0000      1.4.6.1
@@ -1,8 +1,12 @@
 # Exception identifiers can be introduced at any place
 
+function tst();
        raise myNewException:= "new exception";
        io.printf("should not come here\n");
 #exception block;
 catch  myNewException:str;
        io.printf("catched exception\n");
 exit   myNewException;
+end tst;
+
+tst();


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to