diff options
Diffstat (limited to 'compiler-rt/test/scudo/memalign.cpp')
-rw-r--r-- | compiler-rt/test/scudo/memalign.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/scudo/memalign.cpp b/compiler-rt/test/scudo/memalign.cpp index a5fb7047863..3ad3fb055aa 100644 --- a/compiler-rt/test/scudo/memalign.cpp +++ b/compiler-rt/test/scudo/memalign.cpp @@ -51,4 +51,4 @@ int main(int argc, char **argv) return 0; } -// CHECK: ERROR: malloc alignment is not a power of 2 +// CHECK: ERROR: alignment is not a power of 2 |