Skip to content

Commit

Permalink
Fix tab
Browse files Browse the repository at this point in the history
  • Loading branch information
astaple committed Dec 29, 2008
1 parent c9429bb commit 03ac7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbtests/dbtests.cpp
Expand Up @@ -69,7 +69,7 @@ int main( int argc, char** argv ) {
tests.add( btreeTests(), "btree" );
tests.add( jsobjTests(), "jsobj" );
tests.add( namespaceTests(), "namespace" );
tests.add( pairingTests(), "pairing" );
tests.add( pairingTests(), "pairing" );

return tests.run( argc, argv );
}

0 comments on commit 03ac7c0

Please sign in to comment.