Browse Source

Fix test

content-update
xpetit 4 years ago
parent
commit
6910b511e6
No known key found for this signature in database
GPG Key ID: 97C60669182C17A5
  1. 2
      go/tests/func/strlen_test/main.go

2
go/tests/func/strlen_test/main.go

@ -23,7 +23,7 @@ func main() {
table = append(table, randomStringCharset)
for _, s := range table {
lib.Challenge("StrLen", student.strLen, StrLen, s)
lib.Challenge("StrLen", student.StrLen, strLen, s)
}
}

Loading…
Cancel
Save