aboutsummaryrefslogtreecommitdiff
path: root/tests/pickling/nameddefaults.scala
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing spaces in Dotty tests.Dmitry Petrashko2015-04-091-8/+8
|
* Pickling test reorgMartin Odersky2015-03-181-0/+63
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.