diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2017-02-06 19:27:17 +0100 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@google.com> | 2017-02-06 20:24:49 +0100 |
| commit | b4bdefbe9be8d3d502db5e775aa85cd5c38463db (patch) | |
| tree | 4cc87b8d0761a80a1796edccde72eda2584f6dab /prog/checksum_test.go | |
| parent | 0fc888220a6b32ba7903f1907e8c2cc64d1df3a1 (diff) | |
prog, sys: add icmp descriptions and checksum
Diffstat (limited to 'prog/checksum_test.go')
| -rw-r--r-- | prog/checksum_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/checksum_test.go b/prog/checksum_test.go index c956da509..cd16bb70b 100644 --- a/prog/checksum_test.go +++ b/prog/checksum_test.go @@ -143,7 +143,7 @@ func TestChecksumCalc(t *testing.T) { }{ { "syz_test$csum_ipv4(&(0x7f0000000000)={0x0, 0x1234, 0x5678})", - sys.CsumIPv4, + sys.CsumInet, 0x9753, }, { |
