Skip to content

Commit f196a98

Browse files
committed
Suppress warning about deprecated Runtime.exec
1 parent 0e3fe6b commit f196a98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

usvm-ts/src/main/kotlin/org/usvm/util/TsStateVisualizer.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ fun TsState.renderGraph() {
2626
myRenderDot(dot)
2727
}
2828

29+
@Suppress("Deprecated")
2930
fun myRenderDot(
3031
dot: String,
3132
outDir: Path = createTempDirectory(),

0 commit comments

Comments
 (0)