aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel/winipcfg/types_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tunnel/winipcfg/types_test.go')
-rw-r--r--tunnel/winipcfg/types_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/tunnel/winipcfg/types_test.go b/tunnel/winipcfg/types_test.go
index c7494e8c..b72d73f5 100644
--- a/tunnel/winipcfg/types_test.go
+++ b/tunnel/winipcfg/types_test.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2022 WireGuard LLC. All Rights Reserved.
*/
package winipcfg
@@ -957,7 +957,6 @@ func TestIPAddressPrefix(t *testing.T) {
offset := uintptr(unsafe.Pointer(&s.PrefixLength)) - sp
if offset != ipAddressPrefixPrefixLengthOffset {
t.Errorf("IPAddressPrefix.PrefixLength offset is %d although %d is expected", offset, ipAddressPrefixPrefixLengthOffset)
-
}
}