[tests] Removed warning and using namespace std

This commit is contained in:
hsaturn
2023-02-20 02:18:16 +01:00
parent e45af112c2
commit c21b7b63fb
5 changed files with 5 additions and 15 deletions

View File

@@ -9,8 +9,6 @@
*
**/
using namespace std;
test(indexer_empty)
{
assertEqual(StringIndexer::count(), 0);