Skip to content

Commit

Permalink
test_broken -> test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhairya Gandhi committed Jul 20, 2019
1 parent db7e04c commit 89cec4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tracker.jl
Expand Up @@ -238,8 +238,8 @@ end
@test transpose(w)*x isa TrackedArray
w = Tracker.TrackedArray(rand(5))
x = rand(5)
@test_broken w*x' isa TrackedArray
@test_broken w*transpose(x) isa TrackedArray
@test w*x' isa TrackedArray
@test w*transpose(x) isa TrackedArray
w = Tracker.TrackedArray(rand(5))
x = rand(5,5)
@test w'*x isa TrackedArray
Expand Down

0 comments on commit 89cec4a

Please sign in to comment.