about summary refs log tree commit diff
path: root/src/test/run-pass/enum-nullable-simplifycfg-misopt.rs
AgeCommit message (Collapse)AuthorLines
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-3/+3
2013-04-30Reverse accidental src/llvm reversion in 876483dcf, and add test.Jed Davis-0/+24
The test is reduced from a doc test, but making it separate ensures that (1) unrelated changes to the docs won't leave this case uncovered, and (2) the nature of any future failures will be more obvious to whoever sees the tree on fire as a result.