summaryrefslogtreecommitdiff
path: root/test/ubsan
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-12-14 18:49:31 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-12-14 18:49:31 +0000
commitf3f92327f86caf89db1c20f992155317e7fc2c34 (patch)
tree7bbf236519a512b434edbc25968208c894835cbe /test/ubsan
parent52d55c036292aac56ead80be5c3d4e024701cb0b (diff)
downloadcompiler-rt-f3f92327f86caf89db1c20f992155317e7fc2c34.tar.gz
Update test case with more accurate column information now that Clang produces same
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@224222 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ubsan')
-rw-r--r--test/ubsan/TestCases/TypeCheck/misaligned.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ubsan/TestCases/TypeCheck/misaligned.cpp b/test/ubsan/TestCases/TypeCheck/misaligned.cpp
index 79f5136db..96c375bed 100644
--- a/test/ubsan/TestCases/TypeCheck/misaligned.cpp
+++ b/test/ubsan/TestCases/TypeCheck/misaligned.cpp
@@ -81,7 +81,7 @@ int main(int, char **argv) {
return s->f() && 0;
case 'n':
- // CHECK-NEW: misaligned.cpp:[[@LINE+4]]:5: 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]]:13: 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: {{^ \^}}