diff options
Diffstat (limited to 'tests/framework.h')
-rw-r--r-- | tests/framework.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/framework.h b/tests/framework.h index c9170b6..ea899ce 100644 --- a/tests/framework.h +++ b/tests/framework.h @@ -104,7 +104,7 @@ char *mock_size(size_t size, const char *fill_byte) { } if ((mkstemp(filename)) < 0) { - perror("mktemp failed to create temporary file"); + perror("mkstemp failed to create temporary file"); exit(errno); } |