summaryrefslogtreecommitdiff
path: root/test/files/run/t6988.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6988 Test case for non-literal / non-constant SerialVersionUIDJason Zaugg2014-05-051-0/+9
The `neg` test was already working since `SerialVersionUID` was changed to a `ClassFileAnnotation`; the `run` test only started working since the recently preceding commit that made a compensatory test in the backend.