about summary refs log tree commit diff
path: root/src/test/run-fail/assert-as-macro.rs
AgeCommit message (Collapse)AuthorLines
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-01-23libsyntax: Implement `assert` as a macro (called `fail_unless!` on a ↵Patrick Walton-0/+6
transitionary basis to avoid conflicting with the keyword right now). r=brson