Skip to content

Commit a7d7f92

Browse files
Merge pull request #4071 from mazimkhan/mbedtls-partner-workshop-17Q2
Disambiguate utest::v1 types and remove using statement
2 parents 92da0d9 + ee1019d commit a7d7f92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TESTS/mbedtls/ecp/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
#include "utest.h"
2121
#include "rtos.h"
2222

23-
using namespace utest::v1;
24-
2523
#if !defined(MBEDTLS_CONFIG_FILE)
2624
#include "mbedtls/config.h"
2725
#else
@@ -39,6 +37,8 @@ using namespace utest::v1;
3937
#include <stdlib.h>
4038
#endif
4139

40+
using namespace utest::v1;
41+
4242
#ifndef PUT_UINT32_BE
4343
#define PUT_UINT32_BE(n,b,i) \
4444
{ \

0 commit comments

Comments
 (0)