Changeset 8525
- Timestamp:
- 08/17/10 06:12:40 (18 months ago)
- File:
-
- 1 edited
-
trunk/UnitTestContrib/test/unit/Fn_SEARCH.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UnitTestContrib/test/unit/Fn_SEARCH.pm
r8520 r8525 21 21 my $self = shift()->SUPER::new( 'SEARCH', @_ ); 22 22 return $self; 23 } 24 25 # This particular test makes perl chew several hundred megabytes underl 5.10.0 26 # Devel::Leak::Object does not report any particular problems with this test. 27 # This test is run in a separate process to be able to reclaim that memory 28 # after the test is complete. 29 sub run_in_new_process { 30 return 1; 23 31 } 24 32
Note: See TracChangeset
for help on using the changeset viewer.
