summary refs log tree commit diff
path: root/src/test/run-pass/enum-vec-initializer.rs
AgeCommit message (Collapse)AuthorLines
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
This is required by the check-fast target because each test is slurped up into a submodule.
2013-08-17Fix warnings it testsErick Tryzelaar-5/+5
2013-07-16Permit C-style enums in vector repeat length expressions (N.B. values only, ↵Josh Matthews-0/+24
not type signatures)