aboutsummaryrefslogtreecommitdiff
path: root/tests/pickling/varargs.scala
Commit message (Collapse)AuthorAgeFilesLines
* Make all dotty tests end in newlineDmitry Petrashko2015-04-091-1/+1
|
* Pickling test reorgMartin Odersky2015-03-181-0/+13
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.