summaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorRoman Lebedev <lebedev.ri@gmail.com>2019-01-15 10:25:14 +0000
committerRoman Lebedev <lebedev.ri@gmail.com>2019-01-15 10:25:14 +0000
commitc40f0c85a2da8ba79a2be26b951d08c666720ddd (patch)
treed2b4cd81411bca3833bae2e6c75e0ad2fd27d434 /compiler-rt
parent259fb02d406a8cc2dc0a37842e69930d49b4d0d1 (diff)
[compiler-rt] fuzzer-alignment-assumption.test: fixup the expected column number
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/fuzzer/fuzzer-alignment-assumption.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/fuzzer-alignment-assumption.test b/compiler-rt/test/fuzzer/fuzzer-alignment-assumption.test
index 6a71ac6c566..6db77e19ccc 100644
--- a/compiler-rt/test/fuzzer/fuzzer-alignment-assumption.test
+++ b/compiler-rt/test/fuzzer/fuzzer-alignment-assumption.test
@@ -1,7 +1,7 @@
RUN: rm -f %t-AlignmentAssumptionTest-Ubsan
RUN: %cpp_compiler -fsanitize=alignment -fno-sanitize-recover=all %S/AlignmentAssumptionTest.cpp -o %t-AlignmentAssumptionTest-Ubsan
RUN: not %run %t-AlignmentAssumptionTest-Ubsan 2>&1 | FileCheck %s
-CHECK: AlignmentAssumptionTest.cpp:22:34: runtime error: assumption of 32768 byte alignment for pointer of type 'const {{.*}} *' (aka 'const unsigned char *') failed
+CHECK: AlignmentAssumptionTest.cpp:22:39: runtime error: assumption of 32768 byte alignment for pointer of type 'const {{.*}} *' (aka 'const unsigned char *') failed
CHECK: 0x{{.*}}: note: address is {{.*}} aligned, misalignment offset is {{.*}} byte
CHECK: Test unit written to ./crash-