You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2010/05/17 22:15:15 UTC

svn commit: r945338 - /lucene/lucy/trunk/perl/t/binding/019-obj.t

Author: marvin
Date: Mon May 17 20:15:15 2010
New Revision: 945338

URL: http://svn.apache.org/viewvc?rev=945338&view=rev
Log:
Inconsequential whitespace change from perltidy.

Modified:
    lucene/lucy/trunk/perl/t/binding/019-obj.t

Modified: lucene/lucy/trunk/perl/t/binding/019-obj.t
URL: http://svn.apache.org/viewvc/lucene/lucy/trunk/perl/t/binding/019-obj.t?rev=945338&r1=945337&r2=945338&view=diff
==============================================================================
--- lucene/lucy/trunk/perl/t/binding/019-obj.t (original)
+++ lucene/lucy/trunk/perl/t/binding/019-obj.t Mon May 17 20:15:15 2010
@@ -105,11 +105,11 @@ SKIP: {
 }
 
 SKIP: {
-    skip( "Exception thrown within callback leaks", 1 ) if $ENV{LUCY_VALGRIND};
+    skip( "Exception thrown within callback leaks", 1 )
+        if $ENV{LUCY_VALGRIND};
     $hash = Lucy::Object::Hash->new;
     $hash->store( foo => BadDump->new );
     eval { $hash->dump };
     like( $@, qr/NULL/,
         "Don't allow methods without nullable return values to return NULL" );
 }
-