We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8423b71 commit 9b8f5abCopy full SHA for 9b8f5ab
test/runtests.jl
@@ -2,7 +2,9 @@ using TranscodingStreams
2
using Test
3
using Pkg
4
5
-@test isempty(detect_unbound_args(TranscodingStreams; recursive=true))
+if VERSION ≥ v"1.1"
6
+ @test isempty(detect_unbound_args(TranscodingStreams; recursive=true))
7
+end
8
@test isempty(detect_ambiguities(TranscodingStreams; recursive=true))
9
10
# Tool tests
0 commit comments