diff options
| author | David Blaikie <dblaikie@gmail.com> | 2015-01-18 02:17:55 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2015-01-18 02:17:55 +0000 |
| commit | 4da5edbebededc48d9c523a869982f1ebba3e57b (patch) | |
| tree | 99ee3647f692c134bc6efa64308e81007984c216 | |
| parent | b5c115357c6823d357386b6d86714d049695a4f7 (diff) | |
| download | bcm5719-llvm-4da5edbebededc48d9c523a869982f1ebba3e57b.tar.gz bcm5719-llvm-4da5edbebededc48d9c523a869982f1ebba3e57b.zip | |
Update for tests failing due to improvements in clang's column information for aggregate expressions
llvm-svn: 226393
| -rw-r--r-- | compiler-rt/test/ubsan/TestCases/TypeCheck/misaligned.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/ubsan/TestCases/TypeCheck/misaligned.cpp b/compiler-rt/test/ubsan/TestCases/TypeCheck/misaligned.cpp index 94e42731c80..9c8455d5f1c 100644 --- a/compiler-rt/test/ubsan/TestCases/TypeCheck/misaligned.cpp +++ b/compiler-rt/test/ubsan/TestCases/TypeCheck/misaligned.cpp @@ -80,7 +80,7 @@ int main(int, char **argv) { return s->f() && 0; case 'n': - // CHECK-NEW: misaligned.cpp:[[@LINE+4]]:13: runtime error: constructor call on misaligned address [[PTR:0x[0-9a-f]*]] for type 'S', which requires 4 byte alignment + // CHECK-NEW: misaligned.cpp:[[@LINE+4]]:21: runtime error: constructor call on misaligned address [[PTR:0x[0-9a-f]*]] for type 'S', which requires 4 byte alignment // CHECK-NEW-NEXT: [[PTR]]: note: pointer points here // CHECK-NEW-NEXT: {{^ 00 00 00 01 02 03 04 05}} // CHECK-NEW-NEXT: {{^ \^}} |

