Skip to content

Commit 78499ab

Browse files
committed
relax a test in test/rational.jl
As noted by simeonschaub on the original issue #41489, this only used to work by accident anyway.
1 parent 17ca436 commit 78499ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rational.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ end
803803
@test Core.Compiler.return_type(-, NTuple{2, Rational}) == Rational
804804

805805
A=Rational[1 1 1; 2 2 2; 3 3 3]
806-
@test @inferred(A*A) isa Matrix{Rational}
806+
@test @inferred(A*A) isa Matrix
807807
end
808808

809809
@testset "issue #42560" begin

0 commit comments

Comments
 (0)