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

Modified Files:
        tst026.stable.out 
Log Message:
Avoid generation of warnings of variables retained in main();


Index: tst026.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/Tests/tst026.stable.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tst026.stable.out   2 Jan 2008 08:23:10 -0000       1.1
+++ tst026.stable.out   14 Jan 2008 07:49:36 -0000      1.2
@@ -28,9 +28,6 @@
 #io.print(f);
 #io.print(g);
 #end foo;
-!TypeException:user.foo[10]:'g' used outside scope
-!TypeException:user.foo[14]:'f' used outside scope
-!TypeException:user.foo[15]:'g' used outside scope
 function user.foo():void;      # 0  (foo:void)
     b := bat.new(:oid,:int);   # 1 CMDBATnew 
(b:bat[:oid,:int])<-(_2:oid)(_3:int)
     cnt := 0:int;      # 2  (cnt:int)<-(_5:int)
@@ -53,7 +50,9 @@
 function user.main():void;     # 0  (main:void)
     user.foo();        # 1  (_1:void)
 end main;      # 2  
-!MALException:user.foo[0]:Syntax error in script
+[ 1 ]
+[ 1 ]
+[ 1 ]
 
 # 12:49:32 >  
 # 12:49:32 >  Done.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to