Refactoring.
Concatenate namespace with the nested one.
This commit is contained in:
parent
16e8305858
commit
daa7ab72e6
|
@ -46,9 +46,7 @@
|
||||||
* @brief This file contains the implementation of parser test cases.
|
* @brief This file contains the implementation of parser test cases.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace qmu
|
namespace qmu::Test
|
||||||
{
|
|
||||||
namespace Test
|
|
||||||
{
|
{
|
||||||
int QmuParserTester::c_iCount = 0;
|
int QmuParserTester::c_iCount = 0;
|
||||||
|
|
||||||
|
@ -1523,5 +1521,4 @@ void QmuParserTester::Abort()
|
||||||
;
|
;
|
||||||
QCoreApplication::exit(-1);
|
QCoreApplication::exit(-1);
|
||||||
}
|
}
|
||||||
} // namespace Test
|
} // namespace qmu::Test
|
||||||
} // namespace qmu
|
|
||||||
|
|
|
@ -41,12 +41,10 @@
|
||||||
* @brief This file contains the parser test class.
|
* @brief This file contains the parser test class.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace qmu
|
|
||||||
{
|
|
||||||
/**
|
/**
|
||||||
* @brief Namespace for test cases.
|
* @brief Namespace for test cases.
|
||||||
*/
|
*/
|
||||||
namespace Test
|
namespace qmu::Test
|
||||||
{
|
{
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
/**
|
/**
|
||||||
|
@ -231,7 +229,6 @@ private:
|
||||||
|
|
||||||
static void Abort();
|
static void Abort();
|
||||||
};
|
};
|
||||||
} // namespace Test
|
} // namespace qmu::Test
|
||||||
} // namespace qmu
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user