about summary refs log tree commit diff
path: root/src/test/mir-opt/loop_test.rs
AgeCommit message (Collapse)AuthorLines
2019-03-03Check which blocks are cleanup in mir-opt testsMatthew Jasper-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-18Remove mir::StatementKind::EndRegionMatthew Jasper-1/+1
Since lexical MIR borrow check is gone, and validation no longer uses these, they can be removed.
2018-09-18Update mir-opt test suiteRémy Rakic-0/+1
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.