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

Modified Files:
        tst780.stable.out 
Log Message:
A few minor typos and output approval


Index: tst780.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/Tests/tst780.stable.out,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- tst780.stable.out   5 Jan 2008 09:48:11 -0000       1.13
+++ tst780.stable.out   13 Jan 2008 15:18:35 -0000      1.14
@@ -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" ]


-------------------------------------------------------------------------
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