Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! Enable long names by default
Browse files Browse the repository at this point in the history
KNOWN_FAILING for "Move names fit on Contest Screen"
  • Loading branch information
mrgriffin committed Mar 5, 2024
1 parent 67ca152 commit 72bdaf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/moves.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ TEST("Move names fit on Contest Screen")
u32 i;
const u32 fontId = FONT_NARROWER, widthPx = 5 + 7 * 8;
u32 move = MOVE_NONE;
KNOWN_FAILING; // In #4241 we decided not to alter the contest UI.
for (i = 1; i < MOVES_COUNT; i++)
{
PARAMETRIZE_LABEL("%S", gMovesInfo[i].name) { move = i; }
Expand Down

0 comments on commit 72bdaf1

Please sign in to comment.