We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01a7d8 commit 8f51229Copy full SHA for 8f51229
src/ctime_tests.c
@@ -38,7 +38,7 @@ int main(void) {
38
int ret, i;
39
40
if (!SECP256K1_CHECKMEM_RUNNING()) {
41
- fprintf(stderr, "Unless compiled under msan, this test can only usefully be run inside valgrind.\n");
+ fprintf(stderr, "This test can only usefully be run inside valgrind because it was not compiled under msan.\n");
42
fprintf(stderr, "Usage: libtool --mode=execute valgrind ./ctime_tests\n");
43
return 1;
44
}
0 commit comments