forked from boostorg/smart_ptr
Fix a typo
[SVN r23077]
This commit is contained in:
@@ -14,7 +14,7 @@ import testing ;
|
|||||||
{
|
{
|
||||||
test-suite "smart_ptr"
|
test-suite "smart_ptr"
|
||||||
: [ run smart_ptr_test.cpp ]
|
: [ run smart_ptr_test.cpp ]
|
||||||
[ run shared_ptr_basic_test.cpp : : : <toolset><gcc>:<cxxflags>-Wno-non-virtual-dtor ]
|
[ run shared_ptr_basic_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-non-virtual-dtor ]
|
||||||
[ run shared_ptr_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-non-virtual-dtor ]
|
[ run shared_ptr_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-non-virtual-dtor ]
|
||||||
[ run weak_ptr_test.cpp ]
|
[ run weak_ptr_test.cpp ]
|
||||||
[ run shared_from_this_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-non-virtual-dtor ]
|
[ run shared_from_this_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-non-virtual-dtor ]
|
||||||
|
Reference in New Issue
Block a user