about summary refs log tree commit diff
path: root/src/test/run-pass/alt-bot-2.rs
AgeCommit message (Collapse)AuthorLines
2011-08-04Handle alt on a _|_ - typed valueTim Chevalier-0/+3
Return the result of the discriminant from trans_alt, rather than nil, in the _|_ case. This was breaking the enclosed test case (alt-bot-2) when optimization was disabled. Closes #769