Skip to content

Commit

Permalink
add issue53 to bugs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusarich committed Mar 27, 2024
1 parent 3667ee6 commit 08c4cbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/bugs/bugs.tact
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
import "./issue42.tact";
import "./issue43.tact";
import "./issue43.tact";
import "./issue53.tact";
6 changes: 6 additions & 0 deletions src/test/bugs/issue53.tact
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
contract Issue53 {
init() {}
receive() {
require(1 == 2, "condition can`t be...");
}
}

0 comments on commit 08c4cbb

Please sign in to comment.