Skip to content

Commit aafadfa

Browse files
committed
fix bad rebase
1 parent a434f2a commit aafadfa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/rulesets/Base/base.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@
127127
test_scalar(conj, x; rtol=rtol)
128128
end
129129
end
130-
131-
#== TODO Renable me
130+
132131
@testset "*(x, y)" begin
133132
x, y = rand(3, 2), rand(2, 5)
134133
z, pullback = rrule(*, x, y)

0 commit comments

Comments
 (0)