summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/backend/jvm/opt/UnusedLocalVariablesTest.scala
Commit message (Expand)AuthorAgeFilesLines
* Clean up bytecode testing methods.Lukas Rytz2016-05-201-11/+6
* Better abstraction for bytecode tests. Also organize some imports.Lukas Rytz2016-05-201-12/+11
* Rename nsc.backend.jvm.CodeGenTools to testing.BytecodeTestingLukas Rytz2016-05-201-1/+1
* Reduce boilerplate in compiler JUnit tests (#5158)Jason Zaugg2016-05-161-8/+1
* Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-161-1/+1
* Reuse the same compiler instance for all tests in a JUnit classLukas Rytz2015-03-111-2/+10
* Remove stale local variables and exception handlers after DCELukas Rytz2014-09-101-0/+87