Skip to content

Commit

Permalink
std::encoding::json: fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Aug 18, 2024
1 parent 9fe3c9d commit 5c3eaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/encoding/json/encode_test.jule
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ fn init() {
bigHead = &encodeTree{}
mut it := bigHead
mut i := 0
for i < 3000; i++ {
for i < 4000; i++ {
it.Str1 = "FooBarBaz"
it.Str2 = "BazBarFoo"
it.Num1 = 22
Expand Down

0 comments on commit 5c3eaf8

Please sign in to comment.