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

Modified Files:
        tst780.stable.out 
Log Message:
Approve the output.



Index: tst780.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/Tests/tst780.stable.out,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- tst780.stable.out   26 Dec 2007 17:25:45 -0000      1.11
+++ tst780.stable.out   27 Dec 2007 12:35:42 -0000      1.12
@@ -38,9 +38,10 @@
 #
 function user.main():void;     # 0  (main:void)
 #some tests to illustrate function inlining for a module       # 1  (_1:str)
-    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  
+    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  
 [ "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