Fix backend.native:run

This commit is contained in:
Nikolay Igotti
2016-11-03 00:22:04 +03:00
parent 58e8ed1850
commit 1f90f32397
+1 -1
View File
@@ -152,7 +152,7 @@ task run(type: JavaExec) {
args 'tests/codegen/function/sum.kt'
args project(':runtime').file('src/main/kotlin')
args '-headers', project(':runtime').file('src/main/kotlin')
args '-output', "$buildDir/out.bc"