about summary refs log tree commit diff
path: root/src/test/compile-fail/test-warns-dead-code.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-17/+0
2015-08-24Mark main-like functions allow(dead_code) in testsWilliam Throwe-0/+17
Fixes #12327.