Skip to content

Commit 63f0b1a

Browse files
authored
typo
1 parent 773c2e5 commit 63f0b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/string.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function test_string_and_show(x, s)
2-
b = IOBuffer
2+
b = IOBuffer()
33
show(b, x)
44
@test String(take!(b)) == string(x) == s
55
end

0 commit comments

Comments
 (0)