Update test case with more accurate column information now that Clang produces same

llvm-svn: 224222
This commit is contained in:
David Blaikie 2014-12-14 18:49:31 +00:00
parent 09f12fa1ca
commit c4fbfee4ff
1 changed files with 1 additions and 1 deletions

View File

@ -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: {{^ \^}}