Removed error/clear_error functions
[dbsrgits/DBM-Deep.git] / t / 06_error.t
index 01297e3..2385710 100644 (file)
@@ -9,9 +9,6 @@ use Test::Exception;
 use_ok( 'DBM::Deep' );
 
 ##
-# make sure you can clear the error state
-##
-##
 # test a corrupted file
 ##
 open FH, '>t/test.db';