Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinschmidt authored and barche committed Oct 4, 2023
1 parent f06efcd commit e84508c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stdlib.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ let s = StdString("foo")
end

let s = "\x01\x00\x02"
@test length(StdString) == 1
@test length(StdString(s)) == 1
@test length(StdString(s, length(s))) == 3

@test String(StdString(s)) != s
Expand Down

0 comments on commit e84508c

Please sign in to comment.