Skip to content

Commit

Permalink
Added missing import; ignore test for compiler (flagged by type checker)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Sep 16, 2023
1 parent d132876 commit eff439d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
module lang::rascal::tests::functionality::Aliasing

import Type;
import Exception;

alias INTEGER0 = int;

Expand Down Expand Up @@ -299,6 +300,7 @@ test bool assignableTupleAlias() {
}

@synopsis{this tests if the solution for #1811 still checks the arity of the tuple}
@ignoreCompiler{The assignment is flagged as a type error}
@expected{UnexpectedType}
test bool assignableTupleAliasError() {
T[int] x = <0,1>;
Expand Down

0 comments on commit eff439d

Please sign in to comment.