about summary refs log tree commit diff
path: root/src/test/run-pass/anon-obj-overriding.rs
AgeCommit message (Collapse)AuthorLines
2012-01-13Remove tests for objs, adjust tests that use objsMarijn Haverbeke-39/+0
2011-08-20ReformatBrian Anderson-1/+1
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-3/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-26/+23
2011-07-21Un-xfail tests.Lindsey Kuper-2/+0
2011-07-20Test method overriding a little more.Lindsey Kuper-0/+17
2011-07-20Method overriding tests suddenly pass valgrind for some reason.Lindsey Kuper-3/+1
I'm not sure if this is because of changes to glue generation in the last few days while I've been working on other things, or if it's a side effect of the improvements I made to typechecking for anonymous objects, or something else, but I guess I'll take it! Closes issue #543.
2011-07-20'Overriding' is a more accurate name than 'overloading' for these.Lindsey Kuper-0/+31