summary refs log tree commit diff
path: root/src/test/run-pass/nullable-pointer-iotareduction.rs
AgeCommit message (Collapse)AuthorLines
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-1/+1
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-3/+3
fail!() used to require owned strings but can handle static strings now. Also, it can pass its arguments to fmt!() on its own, no need for the caller to call fmt!() itself.
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+1
2013-04-22Add some tests for nullable-pointer enumsJed Davis-0/+87