about summary refs log tree commit diff
path: root/src/test/compile-fail/not-a-pred-2.rs
AgeCommit message (Collapse)AuthorLines
2012-07-14remove typestate from code, tests, and docsNiko Matsakis-14/+0
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-0/+1
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-0/+1
Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit.
2011-09-02Reformat. Issue #855Brian Anderson-0/+1
2011-08-20ReformatBrian Anderson-1/+2
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-07-27Reformat for new syntaxMarijn Haverbeke-3/+5
2011-05-20Un-XFAIL some tests that now pass.Tim Chevalier-1/+0
2011-05-14Remove xfail-boot lines from testsBrian Anderson-1/+0
2011-05-05Test cases for pred / check stuffTim Chevalier-0/+1
2011-05-05Check that the operand in a check is a callTim Chevalier-0/+9
In addition, fix bug in fold that was turning asserts into checks. More typechecking still needs to be done.