about summary refs log tree commit diff
path: root/src/test/run-pass/issue-5239-2.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-18/+0
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-1/+1
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-01-05fix rpass testsJorge Aparicio-1/+1
2014-02-07Added tests to make tidyDerek Guenther-1/+1
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-08-28Add tests for ref in closure parameter list, closes #5239Florian Hahn-0/+17