mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Cleanup
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@562 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
269e898942
commit
dea0e372d3
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,6 @@
|
|||
#include <boost/test/auto_unit_test.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
struct my_type_from_default_namespace {};
|
||||
|
||||
namespace
|
||||
{
|
||||
template< typename T >
|
||||
|
|
@ -21,6 +19,8 @@ namespace
|
|||
}
|
||||
}
|
||||
|
||||
struct my_type_from_default_namespace {};
|
||||
|
||||
BOOST_AUTO_TEST_CASE( name_of_type_from_default_namespace_is_extracted )
|
||||
{
|
||||
BOOST_CHECK_EQUAL( "my_type_from_default_namespace", to_string( my_type_from_default_namespace() ) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue