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 9a25932 commit eb55f25Copy full SHA for eb55f25
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