aboutsummaryrefslogtreecommitdiff
path: root/tests/pickling
Commit message (Collapse)AuthorAgeFilesLines
* Add spaces around + in tests.Dmitry Petrashko2015-04-091-2/+2
|
* Remove trailing spaces in Dotty tests.Dmitry Petrashko2015-04-094-28/+28
|
* Make all dotty tests end in newlineDmitry Petrashko2015-04-093-3/+3
|
* Pickling test reorgMartin Odersky2015-03-1821-0/+813
Move pickling tests into separate top-level test directory. That way they are not needlessly pos-tested before. Also, disable core tests for now - after rebasing we get a stale symbol error. Need to investigate that.