Fix message on abandon
This commit is contained in:
parent
2aa6e9f1d5
commit
70dd92cb27
@ -399,7 +399,7 @@ void DrMemFuzzFunc(volatile uint8_t *buff, size_t size) {
|
||||
/* The test was abandoned. We may have gotten soft failures before
|
||||
* abandoning, so we prefer to catch those first. */
|
||||
} else if (DeepState_CatchAbandoned()) {
|
||||
DeepState_LogFormat(DeepState_LogError, "Abandoning test: %s", test->test_name);
|
||||
DeepState_LogFormat(DeepState_LogError, "Abandoned: %s", test->test_name);
|
||||
|
||||
/* The test passed. */
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user