Skip to content

Commit 779b210

Browse files
committed
fix
1 parent 8af3cd3 commit 779b210

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
@@ -361,7 +361,7 @@ end
361361
@inferred getproperties(nt)
362362

363363
@inferred constructorof(typeof(nt))
364-
if VERSION >= "v1.3"
364+
if VERSION >= v"1.3"
365365
content = funny_numbers(NamedTuple,n)
366366
@inferred reconstruct(nt, content)
367367
end

0 commit comments

Comments
 (0)