Changeset 589

Show
Ignore:
Timestamp:
08/28/09 09:26:56 (15 years ago)
Author:
vbarta
Message:

testing debug check only in debug build

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/shared_ptr_test.cpp

    r570 r589  
    8888} 
    8989 
     90// tested runtime check is only in debug version 
     91#ifndef NDEBUG 
    9092TEST ( test_shared_ptr_error ) { 
    9193        bdm::shared_ptr<Foo> empty; 
     
    9799        } 
    98100} 
     101#endif