mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 02:04:06 +00:00
Fix typo in name of test
This commit is contained in:
@@ -7,7 +7,7 @@ import "core:strings"
|
||||
import "core:testing"
|
||||
|
||||
@test
|
||||
prase_ini :: proc(t: ^testing.T) {
|
||||
parse_ini :: proc(t: ^testing.T) {
|
||||
ini_data := `
|
||||
[LOG]
|
||||
level = "devel"
|
||||
|
||||
Reference in New Issue
Block a user