summaryrefslogtreecommitdiff
path: root/test/regress/2058_2.test
Commit message (Collapse)AuthorAgeFilesLines
* Use correct int return type for stream input operationskanreki2021-12-081-0/+11
This makes it safe to compare results to -1 to indicate EOF, regardless of whether char is considered signed or unsigned; and so eliminates compiler warnings on platforms such as ARM. Fixes bug #2058.