summaryrefslogtreecommitdiff
path: root/test/files/run/t107.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7159 Prepare to remove erroneous INT <:< LONG in TypeKindsJames Iry2013-02-261-0/+1
In preparation for dealing with a problem in TypeKinds, this commit does some cleanup of code related to doing coercions. * Comments are added to clarify. * A println when converting between BOOL and anything else is removed and the code is allowed to flow through to an assertion. * Assertions are refactored to use string interpolation. * A few pattern matches were reformulated to equivalent variants In addition, a test is created for SI-107, the bug that necessitated the special case in GenICode#adapt for LONG coercion