summary refs log tree commit diff
path: root/src/test/run-pass/syntax-extension-bytes.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-05-18Made bytes!() accept a list of string, integer or char literalsMarvin Löbel-3/+11
2013-05-16Add a test for bytes!Sangeun Kim-0/+16