Skip to content

Commit

Permalink
Removed file with single test
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Oct 17, 2024
1 parent 8d25816 commit 97de64d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ test bool VisitError3() = unexpectedType("visit(1) { case int x: insert \"a\"; }
test bool VisitError4() = unexpectedType("void main(){ visit(1) { case int x: insert 1; }; x; }");
test bool VisitError5() = unexpectedType("insert 2;");

test bool WrongInsert() = unexpectedType("String vs = visit ([1,2,3]) {case 1: insert \"abc\";} == [\"abc\", 2, 3];;");


// https://github.com/cwi-swat/rascal/issues/416

test bool Issue416() = checkModuleOK("
Expand Down

This file was deleted.

0 comments on commit 97de64d

Please sign in to comment.