Skip to content

Commit

Permalink
Change the pass condition for unit/issues/11807
Browse files Browse the repository at this point in the history
  • Loading branch information
NeeEoo committed Dec 13, 2024
1 parent c5fbb91 commit c535038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/src/unit/issues/Issue11807.hx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ class Issue11807 extends Test {
test = {type: 5};
} while (test.type != 5);

utest.Assert.pass();
eq(5, test.type);
}
}

0 comments on commit c535038

Please sign in to comment.