Index: compiler-rt/trunk/test/ubsan/TestCases/Misc/missing_return.cpp =================================================================== --- compiler-rt/trunk/test/ubsan/TestCases/Misc/missing_return.cpp +++ compiler-rt/trunk/test/ubsan/TestCases/Misc/missing_return.cpp @@ -7,6 +7,7 @@ // Slow stack unwinding is disabled on Darwin for now, see // https://code.google.com/p/address-sanitizer/issues/detail?id=137 // CHECK-Linux-STACKTRACE: #0 {{.*}} in f(){{.*}}missing_return.cpp:[[@LINE-3]] +// CHECK-FreeBSD-STACKTRACE: #0 {{.*}} in f(void){{.*}}missing_return.cpp:[[@LINE-4]] // Check for already checked line to avoid lit error reports. // CHECK-Darwin-STACKTRACE: missing_return.cpp }