mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
Fix a typo in the strtoi test
https://reviews.llvm.org/D54702 llvm-svn: 348683
This commit is contained in:
parent
3ac7a15163
commit
e1f966508f
@ -34,10 +34,10 @@ int main(void) {
|
||||
// CHECK: strtoi
|
||||
// CHECK: strtoi: conversion of '100' to a number successful, using 100, p=0
|
||||
// CHECK: strtoi: conversion of '100' to a number failed, using 10, p=0
|
||||
// CHECK: strtoi: conversion of '100xyz' to a number failed, using 10, p=0x78
|
||||
// CHECK: strtoi: conversion of '100xyz' to a number failed, using 100, p=0x78
|
||||
// CHECK: strtou: conversion of '100' to a number successful, using 100, p=0
|
||||
// CHECK: strtou: conversion of '100' to a number failed, using 10, p=0
|
||||
// CHECK: strtou: conversion of '100xyz' to a number failed, using 10, p=0x78
|
||||
// CHECK: strtou: conversion of '100xyz' to a number failed, using 100, p=0x78
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user