Skip to content

Commit

Permalink
Added a test IWILLFAIL to debug test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Oct 16, 2024
1 parent 85f15e5 commit a701bb1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module lang::rascalcore::check::tests::AccumulatingTCTests

import lang::rascalcore::check::tests::StaticTestingUtils;

test bool IWILLFAIL() = checkModuleOK("module IWILLFAIL int x = y;");

test bool testappendWithoutFor() = illegalUse("append 3;");

test bool AppendHasLexicalScopingFunction()
Expand Down

0 comments on commit a701bb1

Please sign in to comment.