Skip to content

Commit 8f51229

Browse files
committed
ctime_tests: improve output when CHECKMEM_RUNNING is not defined
1 parent a01a7d8 commit 8f51229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ctime_tests.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ int main(void) {
3838
int ret, i;
3939

4040
if (!SECP256K1_CHECKMEM_RUNNING()) {
41-
fprintf(stderr, "Unless compiled under msan, this test can only usefully be run inside valgrind.\n");
41+
fprintf(stderr, "This test can only usefully be run inside valgrind because it was not compiled under msan.\n");
4242
fprintf(stderr, "Usage: libtool --mode=execute valgrind ./ctime_tests\n");
4343
return 1;
4444
}

0 commit comments

Comments
 (0)