File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler-rt/test/sanitizer_common/TestCases/NetBSD Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ int main(void) {
3434 // CHECK: strtoi
3535 // CHECK: strtoi: conversion of '100' to a number successful, using 100, p=0
3636 // CHECK: strtoi: conversion of '100' to a number failed, using 10, p=0
37- // CHECK: strtoi: conversion of '100xyz' to a number failed, using 10 , p=0x78
37+ // CHECK: strtoi: conversion of '100xyz' to a number failed, using 100 , p=0x78
3838 // CHECK: strtou: conversion of '100' to a number successful, using 100, p=0
3939 // CHECK: strtou: conversion of '100' to a number failed, using 10, p=0
40- // CHECK: strtou: conversion of '100xyz' to a number failed, using 10 , p=0x78
40+ // CHECK: strtou: conversion of '100xyz' to a number failed, using 100 , p=0x78
4141
4242 return 0 ;
4343}
You can’t perform that action at this time.
0 commit comments