Changeset: 3d4158c8715f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3d4158c8715f
Modified Files:
        monetdb5/mal/Tests/tst230.stable.out
Branch: default
Log Message:

Accept output


diffs (25 lines):

diff --git a/monetdb5/mal/Tests/tst230.stable.out 
b/monetdb5/mal/Tests/tst230.stable.out
--- a/monetdb5/mal/Tests/tst230.stable.out
+++ b/monetdb5/mal/Tests/tst230.stable.out
@@ -47,12 +47,6 @@ function user.main():void;
     io.printf("second refcount =%d\n",i);
     j := bbp.getLRefCount(b);
     io.printf("lrefcount =%d\n",j);
-# referenceing through mirroring 
-    b5 := bat.reverse(b);
-    i := bbp.getRefCount(b);
-    io.printf("after reverse assignment refcount =%d\n",i);
-    j := bbp.getLRefCount(b);
-    io.printf("lrefcount =%d\n",j);
 end user.main;
 refcount =1
 lrefcount =1
@@ -63,8 +57,6 @@ lrefcount =1
 [ 0@0,   "bat B"         ]
 second refcount =1
 lrefcount =2
-after reverse assignment refcount =1
-lrefcount =3
 
 # 08:01:02 >  
 # 08:01:02 >  Done.
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to