Skip to content

Commit

Permalink
comment debug output
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.rot13.org/Redis@49 447b33ff-793d-4489-8442-9bea7d161be5
  • Loading branch information
dpavlin committed Mar 23, 2009
1 parent c57513e commit 048ef5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/10-Redis-List.t
Expand Up @@ -27,4 +27,4 @@ is_deeply( [ @a ], [ 'foo', 'bar', 'baz' ] );
ok( push( @a, 'push' ), 'push' );
is_deeply( [ @a ], [ 'foo', 'bar', 'baz', 'push' ] );

diag dump( @a );
#diag dump( @a );

0 comments on commit 048ef5d

Please sign in to comment.