summaryrefslogtreecommitdiff
path: root/test/baseline/opt-trace.test
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash when using --trace 10 or aboveAlexis Hildebrandt2014-12-231-0/+15
uint8_t is typedef'd to char, thus boost::lexical_cast treats it as such instead of a number.