Skip to content

Commit

Permalink
unmark test as broken
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed May 2, 2023
1 parent f401a95 commit 668530f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function err3(f)
end

@test passthrough(err3, () -> 2+2) == 4
@test_broken passthrough(err3, () -> 0//0) == 1
@test passthrough(err3, () -> 0//0) == 1

@dynamo function mullify(a...)
ir = IR(a...)
Expand Down

0 comments on commit 668530f

Please sign in to comment.