[Swift Export] Minor tests fixes and adjustments

This commit is contained in:
Sergey Bogolepov
2023-11-29 13:43:00 +02:00
committed by Space Team
parent 5eeb82bb6f
commit fea73ae64a
3 changed files with 6 additions and 11 deletions
@@ -16,8 +16,6 @@ import org.jetbrains.sir.printer.SirAsSwiftSourcesPrinter
import org.junit.Test
import java.io.File
fun basicModule(): SirModule = buildModule { name = "Test" }
class SirAsSwiftSourcesPrinterTests {
@Test
fun `should ignore foreign elements`() {