ntdll/tests: Make RtlIpv6AddressToString test data static and constant.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b9acfa96a9
commit
fef9849aae
|
@ -1711,7 +1711,7 @@ static void test_RtlIpv6AddressToString(void)
|
||||||
LPCSTR result;
|
LPCSTR result;
|
||||||
IN6_ADDR ip;
|
IN6_ADDR ip;
|
||||||
DWORD_PTR len;
|
DWORD_PTR len;
|
||||||
struct
|
static const struct
|
||||||
{
|
{
|
||||||
PCSTR address;
|
PCSTR address;
|
||||||
int ip[8];
|
int ip[8];
|
||||||
|
@ -1835,7 +1835,7 @@ static void test_RtlIpv6AddressToStringEx(void)
|
||||||
NTSTATUS res;
|
NTSTATUS res;
|
||||||
IN6_ADDR ip;
|
IN6_ADDR ip;
|
||||||
ULONG len;
|
ULONG len;
|
||||||
struct
|
static const struct
|
||||||
{
|
{
|
||||||
PCSTR address;
|
PCSTR address;
|
||||||
ULONG scopeid;
|
ULONG scopeid;
|
||||||
|
|
Loading…
Reference in New Issue