This commit is contained in:
Михаил Капелько
2024-03-25 23:31:43 +03:00
parent 1d5d88e315
commit a9f19bdf41
2 changed files with 6 additions and 4 deletions

View File

@@ -9,6 +9,6 @@ func test_memory_generateConstPlayfield() -> String {
) {
return "OK: memory_generateConstPlayfield"
}
return "ERR: memory_generateConstPlayfield";
return "ERR: memory_generateConstPlayfield"
}