diff --git a/backend.native/tests/build.gradle b/backend.native/tests/build.gradle index 86d234546ec..b4f5ac45857 100644 --- a/backend.native/tests/build.gradle +++ b/backend.native/tests/build.gradle @@ -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}"