diff options
Diffstat (limited to 'executor/test.go')
| -rw-r--r-- | executor/test.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/executor/test.go b/executor/test.go index 7bab3933c..f318b5627 100644 --- a/executor/test.go +++ b/executor/test.go @@ -28,3 +28,11 @@ func testCsumInetAcc() int { func testKVM() int { return int(C.test_kvm()) } + +// Prevent deadcode warnings: +var ( + _ = testCopyin + _ = testCsumInet + _ = testCsumInetAcc + _ = testKVM +) |
