diff options
| author | Roman Lebedev <lebedev.ri@gmail.com> | 2019-01-15 10:25:14 +0000 |
|---|---|---|
| committer | Roman Lebedev <lebedev.ri@gmail.com> | 2019-01-15 10:25:14 +0000 |
| commit | d8bc31a849997f392f13233217b638fbd0744a82 (patch) | |
| tree | bcf1be439a71944baa5c77fac195a167345cd8ac | |
| parent | 78a54352843cdd2287020cba61fe989dc67bd590 (diff) | |
| download | bcm5719-llvm-d8bc31a849997f392f13233217b638fbd0744a82.tar.gz bcm5719-llvm-d8bc31a849997f392f13233217b638fbd0744a82.zip | |
[compiler-rt] fuzzer-alignment-assumption.test: fixup the expected column number
llvm-svn: 351181
| -rw-r--r-- | compiler-rt/test/fuzzer/fuzzer-alignment-assumption.test | 2 |
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- |

