Skip to content

Commit 1fe098f

Browse files
committed
another test
1 parent 2185a52 commit 1fe098f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ end
9696
@test !isvalid(invalid)
9797
@test !invoke(isvalid, Tuple{StringView}, invalid)
9898

99-
for str in (s, abc, invalid, ss), f in (hash, reverse)
99+
for str in (s, abc, invalid, ss, su), f in (hash, reverse)
100100
@test f(str) == f(String(str))
101101
end
102102
end

0 commit comments

Comments
 (0)