[compiler-rt] r224222 - Update test case with more accurate column information now that Clang produces same
David Blaikie
dblaikie at gmail.com
Sun Dec 14 10:49:31 PST 2014
Author: dblaikie
Date: Sun Dec 14 12:49:31 2014
New Revision: 224222
URL: http://llvm.org/viewvc/llvm-project?rev=224222&view=rev
Log:
Update test case with more accurate column information now that Clang produces same
Modified:
compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/misaligned.cpp
Modified: compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/misaligned.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/misaligned.cpp?rev=224222&r1=224221&r2=224222&view=diff
==============================================================================
--- compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/misaligned.cpp (original)
+++ compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/misaligned.cpp Sun Dec 14 12:49:31 2014
@@ -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: {{^ \^}}
More information about the llvm-commits
mailing list