mirror of
https://github.com/louisrubet/rpn
synced 2024-12-28 09:58:52 +01:00
#98: changed "stack should be" error message
This commit is contained in:
parent
61ac6555e7
commit
a0e28dff59
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ void test(string test_filename, int& total_tests, int& total_tests_failed, int&
|
|||
|
||||
// show failure
|
||||
printf("\t%s\n", entry.c_str());
|
||||
printf("\tbut real stack size is " FG_RED "%s" COLOR_OFF "\n", stack_is.c_str());
|
||||
printf("\tbut real stack is " FG_RED "%s" COLOR_OFF "\n", stack_is.c_str());
|
||||
failed = true;
|
||||
}
|
||||
is_first_step = false;
|
||||
|
|
Loading…
Reference in a new issue