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

Modified Files:
        tst780.stable.out 
Log Message:
Result of normalized RETURN/YIELD


Index: tst780.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/Tests/tst780.stable.out,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- tst780.stable.out   20 Mar 2007 18:27:24 -0000      1.10
+++ tst780.stable.out   26 Dec 2007 17:25:45 -0000      1.11
@@ -38,10 +38,9 @@
 #
 function user.main():void;     # 0  (main:void)
 #some tests to illustrate function inlining for a module       # 1  (_1:str)
-    nil:void;  # 2  (_2:void)<-(_12:void)
-    io.print("hello world\n"); # 3 IOprint_val (_10:void)<-(_11:str)
-    z := dummy.doit(1,"help"); # 4  (z:int)<-(_4:int)(_5:str)
-end main;      # 5  
+    io.print("hello world\n"); # 2 IOprint_val (_10:void)<-(_11:str)
+    z := dummy.doit(1,"help"); # 3  (z:int)<-(_4:int)(_5:str)
+end main;      # 4  
 [ "hello world\n" ]
 [ 1 ]
 [ "help" ]


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to