Skip to content

Commit 067704a

Browse files
committed
Kotlin: default-parameter-mad-flow test: Make kotlinc call work on Windows
1 parent 7c4df8c commit 067704a

File tree

1 file changed

+1
-1
lines changed
  • java/ql/integration-tests/all-platforms/kotlin/default-parameter-mad-flow

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from create_database_utils import *
22
import subprocess
33

4-
subprocess.check_call(["kotlinc", "lib.kt", "-d", "lib"])
4+
subprocess.check_call([get_cmd("kotlinc"), "lib.kt", "-d", "lib"])
55
run_codeql_database_create(["kotlinc user.kt -cp lib"], lang="java")

0 commit comments

Comments
 (0)