Skip to content

Commit

Permalink
Merged modules
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Oct 17, 2024
1 parent 1e86e42 commit 456b6e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ test bool ADD9() = checkOK("set[int] st = {1,2} + 3;");
test bool ATP1() = checkOK("tuple[int,str,int,bool] tp = \<1,\"a\"\> + \<2, true\>;");
test bool ATP2() = checkOK("tuple[int a, str b, int c, bool d] tp = \<1,\"a\"\> + \<2, true\>; int n = tp.a; bool x = tp. d;");

test bool emptyRel1() = unexpectedType("{}\<0\> ;");

test bool emptyRel2() = unexpectedType("{}\<1\> ;");

test bool tupleOutOfBounds() = unexpectedType("{\<1,2\>}\<2\> == {2};");

This file was deleted.

0 comments on commit 456b6e0

Please sign in to comment.