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

Modified Files:
        tst300.mal 
Log Message:
Hide the test in a function to avoid dependency on calling convention.


Index: tst300.mal
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/Tests/tst300.mal,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tst300.mal  13 Dec 2006 22:20:13 -0000      1.4
+++ tst300.mal  15 Aug 2007 14:28:14 -0000      1.5
@@ -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