Skip to content

Commit

Permalink
Stuff works way better when you use variables in the scopes in which
Browse files Browse the repository at this point in the history
they're defined.
  • Loading branch information
rcaputo committed Aug 7, 2006
1 parent d589bba commit 8a19c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/20_resources/00_base/filehandles.pm
Expand Up @@ -585,9 +585,9 @@ SKIP: {
);
push @verify, [ \*STDOUT => 'w' ];
}
}

verify_handle_structure("before final remove all", \@verify);
verify_handle_structure("before final remove all", \@verify);
}

# Remove all handles for the session. And verify the structures.
$poe_kernel->_data_handle_clear_session($poe_kernel);
Expand Down

0 comments on commit 8a19c81

Please sign in to comment.