diff --git a/mirai-core/src/jvmTest/kotlin/mirai/test/TestImageFile.kt b/mirai-core/src/jvmTest/kotlin/mirai/test/TestImageFile.kt deleted file mode 100644 index 2cfe270e4..000000000 --- a/mirai-core/src/jvmTest/kotlin/mirai/test/TestImageFile.kt +++ /dev/null @@ -1,11 +0,0 @@ -package mirai.test - -import java.io.File - -fun main() { - - - val file = File("C:\\Users\\Him18\\Desktop\\lemon.png") - println(file.inputStream().readAllBytes().size) - println(file.length()) -} \ No newline at end of file