We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa48c49 commit 6d01bb3Copy full SHA for 6d01bb3
test/strings/basic.jl
@@ -874,8 +874,8 @@ end
874
end
875
876
@testset "return type infers to `Int`" begin
877
- @test all(==(Int64), Base.return_types(prevind, Tuple{AbstractString, Vararg}))
878
- @test all(==(Int64), Base.return_types(nextind, Tuple{AbstractString, Vararg}))
+ @test all(==(Int), Base.return_types(prevind, Tuple{AbstractString, Vararg}))
+ @test all(==(Int), Base.return_types(nextind, Tuple{AbstractString, Vararg}))
879
880
881
0 commit comments