]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Don't print an address on stdout as it doesn't get automagically
authorJulian Seward <jseward@acm.org>
Sun, 2 Apr 2006 02:27:52 +0000 (02:27 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 2 Apr 2006 02:27:52 +0000 (02:27 +0000)
changed into 0x.........

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5812

memcheck/tests/sh-mem-random.c
memcheck/tests/sh-mem-random.stdout.exp

index 2c3326662e9290132165f966b6ab683f905079c8..9befa390c245a0d40b327e313095714bab09f3dd 100644 (file)
@@ -111,7 +111,7 @@ void do_test_at ( U1* arr )
    U4 mv1 = 0, mv2 = 0, mv4 = 0, mv8 = 0, mv4f = 0, mv8f = 0;
 
    /* Fill arr with random bytes whose shadows match them. */
-   printf("-------- arr = %p\n", arr);
+   if (0) printf("-------- arr = %p\n", arr);
 
    printf("initialising\n");
    for (i = 0; i < N_BYTES; i++)
index fb71082b6a2528d0bbf6c753a15a4894c365dcfc..47a0a8151897e290029f5b2e9660a4fce679aad3 100644 (file)
@@ -1,5 +1,4 @@
 -------- testing non-auxmap range --------
--------- arr = 0x415b028
 initialising
 post-initialisation check
 test passed, sum = 38338686 (127.79562 per byte)