diff options
Diffstat (limited to 'tests/util/xmalloc-t')
| -rwxr-xr-x | tests/util/xmalloc-t | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/tests/util/xmalloc-t b/tests/util/xmalloc-t index 02f54b5..67d95f6 100755 --- a/tests/util/xmalloc-t +++ b/tests/util/xmalloc-t @@ -95,10 +95,10 @@ ok_xmalloc "calloc fail" 1 \      "failed to calloc 3500000 bytes at xmalloc.c line 148" \      "c" "3500000" "3500000"  ok_xmalloc "asprintf fail" 1 \ -    "failed to asprintf 3500000 bytes at xmalloc.c line 173" \ +    "failed to asprintf 3500000 bytes at xmalloc.c line 172" \      "a" "3500000" "3500000"  ok_xmalloc "vasprintf fail" 1 \ -    "failed to vasprintf 3500000 bytes at xmalloc.c line 193" \ +    "failed to vasprintf 3500000 bytes at xmalloc.c line 192" \      "v" "3500000" "3500000"  # Check our custom error handler. @@ -112,9 +112,9 @@ ok_xmalloc "strndup custom"   1 "strndup 3500000 xmalloc.c 124" \      "N" "3500000" "3500000"  ok_xmalloc "calloc custom"    1 "calloc 3500000 xmalloc.c 148" \      "C" "3500000" "3500000" -ok_xmalloc "asprintf custom"  1 "asprintf 3500000 xmalloc.c 173" \ +ok_xmalloc "asprintf custom"  1 "asprintf 3500000 xmalloc.c 172" \      "A" "3500000" "3500000" -ok_xmalloc "vasprintf custom" 1 "vasprintf 3500000 xmalloc.c 193" \ +ok_xmalloc "vasprintf custom" 1 "vasprintf 3500000 xmalloc.c 192" \      "V" "3500000" "3500000"  # Check the smaller ones again just for grins. | 
