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

Accept new test result


diffs (24 lines):

diff --git a/monetdb5/mal/Tests/tst019.stable.out 
b/monetdb5/mal/Tests/tst019.stable.out
--- a/monetdb5/mal/Tests/tst019.stable.out
+++ b/monetdb5/mal/Tests/tst019.stable.out
@@ -24,18 +24,11 @@ function user.welcome(lim:int):void;
     return welcome := w;
 # should produce a type error 
 end welcome;
-#
-#function welcome0(lim:int):str;
-#    i:= 2;
-#    w:="hello";
-#    return (w,i);   # should produce a type error
-#   # should produce a type error
-#end welcome0;
-!SyntaxException:user.welcome0[3]:invalid return target!
+!TypeException:user.welcome0[3]:Multiple assignment mismatch
 function user.welcome0(lim:int):str;
     i := 2;
     w := "hello";
-    return (welcome0,lim) := (w,i);
+    return welcome0 := (w,i);
 # should produce a type error 
 end welcome0;
 #
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to