Skip to content

Commit bb0b4ea

Browse files
committed
Add ov::test namespace for file util test
- remove using std namespace Signed-off-by: Raasz, Pawel <[email protected]>
1 parent cc3e0cb commit bb0b4ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/tests/test_utils/common_test_utils/tests/file_util_test.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#include "openvino/core/visibility.hpp"
1616
#include "openvino/util/file_path.hpp"
1717

18-
using namespace std;
19-
using namespace ov;
18+
namespace ov::test {
19+
using std::string;
2020

2121
TEST(file_util, path_join) {
2222
{
@@ -633,3 +633,4 @@ TEST_F(FileUtilTest, androidWithCutFileSizeTest) {
633633
EXPECT_EQ(ov::util::file_size(ov::util::Path("android_test_file_20.txt!_to_cut.jar")), 20);
634634
}
635635
#endif
636+
} // namespace ov::test

0 commit comments

Comments
 (0)