Skip to content

Commit

Permalink
fixed xcfatoctest
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 2, 2023
1 parent 6d4203f commit a601249
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import org.junit.jupiter.params.ParameterizedTest
import org.junit.jupiter.params.provider.Arguments
import org.junit.jupiter.params.provider.MethodSource
import java.io.FileInputStream
import java.util.*
import java.util.stream.Stream
import kotlin.io.path.createTempDirectory

Expand Down Expand Up @@ -59,7 +58,7 @@ class XcfaToCTest {
val temp = createTempDirectory()
val file = temp.resolve("${filePath.split("/").last()}.c").also {
it.toFile().writeText(xcfa.toC(ParseContext(),
false, false, false))
true, false, false))
}
System.err.println(file)
}
Expand Down

0 comments on commit a601249

Please sign in to comment.