summary refs log tree commit diff
path: root/src/test/mir-opt/loop_test.rs
AgeCommit message (Collapse)AuthorLines
2018-02-07Fix tests for MIR loop loweringbobtwinkles-0/+49
Fixes the hash test to recognize that MirValidated can change when changing around labels, and add a new test that makes sure we're lowering loop statements correctly.