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

Propagated approval from changeset 95370bb07d9f to other stable output.


diffs (19 lines):

diff --git a/monetdb5/mal/Tests/tst274.stable.out 
b/monetdb5/mal/Tests/tst274.stable.out
--- a/monetdb5/mal/Tests/tst274.stable.out
+++ b/monetdb5/mal/Tests/tst274.stable.out
@@ -21,12 +21,12 @@ function user.main():void;
     r := mmath.srand(0);
     t0 := alarm.usec();
     b := bat.new(:oid,:lng);
-barrier (go,i) := language.newRange(0:lng);
+barrier i := 0:lng;
     k := mmath.rand();
     l := calc.lng(k);
     bat.insert(b,nil:oid,l);
-    redo (go,i) := language.nextElement(1:lng,10000:lng);
-exit (go,i);
+    redo i := iterator.next(1:lng,10000:lng);
+exit i;
     profiler.activate("ticks");
     profiler.activate("stmt");
     profiler.activate("rbytes");
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to