Skip to content

Commit 285ff54

Browse files
authored
Merge pull request github#11052 from igfoo/igfoo/default-parameter-mad-flow
Kotlin: Run default-parameter-mad-flow on all platforms
2 parents 60fe5d6 + 067704a commit 285ff54

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

java/ql/integration-tests/posix-only/kotlin/default-parameter-mad-flow/lib.kt renamed to java/ql/integration-tests/all-platforms/kotlin/default-parameter-mad-flow/lib.kt

File renamed without changes.

java/ql/integration-tests/posix-only/kotlin/default-parameter-mad-flow/test.expected renamed to java/ql/integration-tests/all-platforms/kotlin/default-parameter-mad-flow/test.expected

File renamed without changes.

java/ql/integration-tests/posix-only/kotlin/default-parameter-mad-flow/test.py renamed to java/ql/integration-tests/all-platforms/kotlin/default-parameter-mad-flow/test.py

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")

java/ql/integration-tests/posix-only/kotlin/default-parameter-mad-flow/test.ql renamed to java/ql/integration-tests/all-platforms/kotlin/default-parameter-mad-flow/test.ql

File renamed without changes.

java/ql/integration-tests/posix-only/kotlin/default-parameter-mad-flow/user.kt renamed to java/ql/integration-tests/all-platforms/kotlin/default-parameter-mad-flow/user.kt

File renamed without changes.

0 commit comments

Comments
 (0)