g/c: -linq

This commit is contained in:
Vasily Levchenko
2016-10-27 20:54:29 +03:00
parent 3bb20d2874
commit 90883b6ced
-1
View File
@@ -42,7 +42,6 @@ public class KonanTest extends DefaultTask {
project.exec {
commandLine "${llvmC}", "${testC}", "${runtimeS.absolutePath}", "${sourceS.absolutePath}", "${mainC}",
"-o", "${exe}"
}
def res = project.exec {
commandLine "${exe}"