Changeset: c9e7520d2550 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c9e7520d2550 Modified Files: monetdb5/mal/Tests/tst059.mal Branch: default Log Message:
fixed typo diffs (14 lines): diff --git a/monetdb5/mal/Tests/tst059.mal b/monetdb5/mal/Tests/tst059.mal --- a/monetdb5/mal/Tests/tst059.mal +++ b/monetdb5/mal/Tests/tst059.mal @@ -1,8 +1,8 @@ # three valued logic, using a sequential plan # for use in parallel blocks check for the nil in both branches -# F b1 THEN RETURN 1; +# IF b1 THEN RETURN 1; # ELSEIF NOT(b1) THEN RETURN 0; -# ELSE RETURN NULL; +# ELSE RETURN NULL; # END IF; function threevaluedlogic(B:bit):bit; _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
