Skip to content

Commit

Permalink
Fixed unresolved reference
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 2, 2023
1 parent ede9ca4 commit 559b70b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class XcfaToCTest {
ParseContext())).build()
val temp = createTempDirectory()
val file = temp.resolve("${filePath.split("/").last()}.c").also { it.toFile().writeText(xcfa.toC(ParseContext(),
useArr, useExArr, useRange))}
false, false, false))}
System.err.println(file)
}

Expand Down

0 comments on commit 559b70b

Please sign in to comment.