Removed redundant main from tests

This commit is contained in:
Igor Chevdar
2017-06-07 12:17:02 +03:00
parent a70f170e80
commit 242e1da191
5 changed files with 4 additions and 16 deletions
@@ -6,10 +6,6 @@ fun foo() : String {
return u()
}
fun main(args: Array<String>) {
foo()
}
fun box(): String {
return foo()
}