Skip to content

Commit 6c232f9

Browse files
committed
Kotlin: Fix integration tests on Mac
1 parent 507e3b3 commit 6c232f9

File tree

2 files changed

+2
-0
lines changed
  • java/ql/integration-tests/posix-only/kotlin
    • external-property-overloads
    • java-interface-redeclares-tostring

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from create_database_utils import *
22

3+
os.mkdir('lib')
34
runSuccessfully(["kotlinc", "test.kt", "-d", "lib"])
45
run_codeql_database_create(["kotlinc user.kt -cp lib"], lang="java")
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from create_database_utils import *
22

3+
os.mkdir('bin')
34
runSuccessfully(["javac", "Test.java", "-d", "bin"])
45
run_codeql_database_create(["kotlinc user.kt -cp bin"], lang="java")

0 commit comments

Comments
 (0)