aboutsummaryrefslogtreecommitdiff
path: root/tests/pos-java-interop/t1152
Commit message (Collapse)AuthorAgeFilesLines
* Fix partest compilation of java-interop tests by moving themGuillaume Martres2016-11-222-0/+3
Previously, the tests where all in tests/pos/java-interop which means that partest would try to run them as one single test, this failed because some of these tests define classes with the same name. We could fix this by putting them all in separate packages but for now it's simple to move them to tests/pos-java-interop (they will still be run individually as they should thanks to the `java_all` test defined in tests.scala)