Skip to content

Commit

Permalink
reduce verbosity of $ var tests
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Nov 10, 2024
1 parent abbb42c commit d263f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testidents.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ static void tryexecother()
{
if(val.type > Id_Command)
{
printf("$ %s\n", key.c_str());
printf("%s, ", key.c_str());
execute(val.name);
count++;
}
}
printf("===============================================================\n");
printf("\n===============================================================\n");
printf("%u idents executed\n", count);
printf("===============================================================\n");
}
Expand Down

0 comments on commit d263f2c

Please sign in to comment.