summaryrefslogtreecommitdiff
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
commitd7fe9386866e34fd733206fc021729ac8d9131e8 (patch)
tree4cbcaf71424f83a36109aa88648875cac3428763
parentfd81f774ccf0f91a5361e68edcbc1180324d0eb1 (diff)
downloadcompiler-rt-d7fe9386866e34fd733206fc021729ac8d9131e8.tar.gz
[compiler-rt] fuzzer-alignment-assumption.test: fixup the expected column number
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@351181 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/fuzzer/fuzzer-alignment-assumption.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzzer/fuzzer-alignment-assumption.test b/test/fuzzer/fuzzer-alignment-assumption.test
index 6a71ac6c5..6db77e19c 100644
--- a/test/fuzzer/fuzzer-alignment-assumption.test
+++ b/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-