Rename/remove some compileKotlinAgainstCustomBinaries tests

"oldJvm*" tests are no longer testing the old JVM backend, so remove
that prefix from them. Also, remove the test "firAgainstOldJvm" because
it is now checking something that cannot NOT work.
This commit is contained in:
Alexander Udalov
2023-05-20 00:00:50 +02:00
committed by Space Team
parent bb4bb58453
commit 2951e0b955
25 changed files with 30 additions and 46 deletions
@@ -0,0 +1,5 @@
import lib.*
fun main() {
get { Box("OK").value }
}