about summary refs log tree commit diff
path: root/src/test/run-pass/binary-minus-without-space.rs
AgeCommit message (Collapse)AuthorLines
2011-10-07Make 1-1 parse againMarijn Haverbeke-0/+6
Issue #954 This is not a very elegant fix -- we should probably do something with constant folding to handle negative-int alt patterns in the future.