Skip to content

Commit

Permalink
Remove tag for passing test: Complex#fdiv raises a TypeError if passe…
Browse files Browse the repository at this point in the history
…d a non-numeric argument
  • Loading branch information
guilleiguaran committed Oct 21, 2011
1 parent 4873cca commit b3d1a0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/tags/19/ruby/core/complex/fdiv_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
fails:Complex#fdiv raises a TypeError if passed a non-numeric argument
fails:Complex#fdiv with no imaginary part sets the real part to self's real part fdiv'd with the argument
fails:Complex#fdiv with an imaginary part sets the real part to self's real part fdiv'd with the argument
fails:Complex#fdiv with an imaginary part sets the imaginary part to the imaginary part fdiv'd with the argument

0 comments on commit b3d1a0d

Please sign in to comment.