Show
Ignore:
Timestamp:
11/13/09 16:11:31 (15 years ago)
Author:
mido
Message:

astyler run over all test sources
general_suite added
cleanup of \test directory finished

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/testsuite/shared_ptr_test.cpp

    r717 r722  
    9393        bdm::shared_ptr<Foo> empty; 
    9494        try { 
    95                 Foo x(*empty); 
     95                Foo x ( *empty ); 
    9696                CHECK ( false ); 
    9797        } catch ( std::runtime_error &exc ) {