Skip to content

Commit

Permalink
unskip Complex div by zero tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFound committed Nov 30, 2010
1 parent 9984719 commit e483ba1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions t/pmc/complex.t
Expand Up @@ -339,9 +339,6 @@ handler:
.end

.sub complex_divide_by_zero_Complex
skip( 1, 'div by zero not caught' )
.return()

$P0 = new ['Complex']
set $P0, "4+3.5i"
$P1 = new ['Complex']
Expand All @@ -356,9 +353,6 @@ handler:
.end

.sub complex_divide_by_zero_Float
skip( 1, 'div by zero not caught' )
.return()

$P0 = new ['Complex']
set $P0, "4+3.5i"
$P1 = new ['Complex']
Expand All @@ -372,9 +366,6 @@ handler:
.end

.sub complex_divide_by_zero_Integer
skip( 1, 'div by zero not caught' )
.return()

$P0 = new ['Complex']
set $P0, "4+3.5i"
$P1 = new ['Complex']
Expand Down

0 comments on commit e483ba1

Please sign in to comment.