Skip to content

Commit

Permalink
Fix test failure on main after b70c34b
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Dec 15, 2023
1 parent b70c34b commit 8e5c89c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ boolean test() {
if(!(b || a)) {}
if(1 >= 2) {}
if(!b) {}
if(!b) {}
if(!(b)) {}
if(!test()) {}
if(!this.test()) {}
return true;
Expand Down

0 comments on commit 8e5c89c

Please sign in to comment.