aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/bad-alt.rs
Commit message (Collapse)AuthorAgeFilesLines
* Change two compile-fail patterns to match rustc output.Graydon Hoare2011-05-041-1/+1
|
* Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare2011-05-031-0/+2
|
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+1
|
* Modified parser to handle alt type andadded a few testsOr Brostovski2010-08-211-0/+6
ast.ml - modified arm types for easier polymorphism - fixed a bug in fmt_type_arm dead.ml - modified arm types for easier polymorphism common.ml - added 'either' - added some useful auxiliary functions item.ml - modified arm code to be more polymorphic and handle both alt-tag and alt-type, also fixed the problematic case in bad-alt.rs Makefile - added XFAIL for new alt-type test bad-alt.rs - added test for invalid alt syntax alt-type-simple.rs - added simple test for alt type