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
@@ -1,9 +1,5 @@
enum class En { A, B, С }
fun main(args: Array<String>) {
}
fun box(): String {
var res1 = "fail"
var res2 = "fail2"