Fixed inconsistent message strings for failed theories
This commit is contained in:
parent
4cc826eae3
commit
5ffd883015
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ static msg_t msg_post_test = "%s::%s\n";
|
|||
static msg_t msg_post_suite_test = "%s::%s: Test is disabled\n";
|
||||
static msg_t msg_post_suite_suite = "%s::%s: Suite is disabled\n";
|
||||
static msg_t msg_assert_fail = "%s%s%s:%s%d%s: Assertion failed: %s\n";
|
||||
static msg_t msg_theory_fail = " Theory %s::%s failed with the following parameters: %s\n";
|
||||
static msg_t msg_theory_fail = " Theory %s::%s failed with the following parameters: (%s)\n";
|
||||
static msg_t msg_test_timeout = "%s::%s: Timed out. (%3.2fs)\n";
|
||||
static msg_t msg_test_crash_line = "%s%s%s:%s%u%s: Unexpected signal caught below this line!\n";
|
||||
static msg_t msg_test_crash = "%s::%s: CRASH!\n";
|
||||
|
|
Loading…
Add table
Reference in a new issue