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) {
34
34
// CHECK: strtoi
35
35
// CHECK: strtoi: conversion of '100' to a number successful, using 100, p=0
36
36
// 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
38
38
// CHECK: strtou: conversion of '100' to a number successful, using 100, p=0
39
39
// 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
41
41
42
42
return 0 ;
43
43
}
You can’t perform that action at this time.
0 commit comments