diff options
Diffstat (limited to 'test/scudo/alignment.c')
-rw-r--r-- | test/scudo/alignment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scudo/alignment.c b/test/scudo/alignment.c index 6235d50608db..4e2dc1af03b1 100644 --- a/test/scudo/alignment.c +++ b/test/scudo/alignment.c @@ -20,4 +20,4 @@ int main(int argc, char **argv) return 0; } -// CHECK: ERROR: attempted to deallocate a chunk not properly aligned +// CHECK: ERROR: misaligned pointer when deallocating address |