Browse Source

Fix

pull/652/head
Xavier Petit 4 years ago
parent
commit
40fed9b16d
No known key found for this signature in database
GPG Key ID: CA3F2B17E25ABD26
  1. 4
      go/tests/func/strlen_test/main.go

4
go/tests/func/strlen_test/main.go

@ -23,8 +23,8 @@ func main() {
table = append(table, randomStringCharset)
for _, s := range table {
lib.Challenge("StrLen", strLen, student.StrLen, s)
lib.Challenge("StrLen", student.strLen, StrLen, s)
}
}
// TODO: refactor, simplify, no need for specifiy charset : check lib
// TODO: refactor, simplify, no need for specific charset : check lib

Loading…
Cancel
Save