aboutsummaryrefslogtreecommitdiff
path: root/device_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'device_test.go')
-rw-r--r--device_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/device_test.go b/device_test.go
index bafebe2..c117116 100644
--- a/device_test.go
+++ b/device_test.go
@@ -26,8 +26,8 @@ func TestDevice(t *testing.T) {
t.Error("failed to create tun:", err.Error())
}
- println(tun1)
- println(tun2)
+ _ = tun1
+ _ = tun2
// prepare endpoints
@@ -41,8 +41,8 @@ func TestDevice(t *testing.T) {
t.Error("failed to create endpoint:", err.Error())
}
- println(end1)
- println(end2)
+ _ = end1
+ _ = end2
// create binds