[K/N][tests] Migrate console runtime tests to new testing infra ^KT-61259
This commit is contained in:
committed by
Space Team
parent
2abf9bccba
commit
6ca8f546fe
@@ -0,0 +1,7 @@
|
||||
// INPUT_DATA_FILE: readLineEmpty.in
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
fun main() {
|
||||
assertNull(readLine())
|
||||
}
|
||||
Reference in New Issue
Block a user