diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2016-12-20 18:12:07 +0100 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@google.com> | 2016-12-20 18:12:07 +0100 |
| commit | df98b6bde521211c8f1246157e5e6a4a40e710f4 (patch) | |
| tree | 648a0abb9db00f2364c028154807666ec2b51d6b /prog/size_test.go | |
| parent | 80b6c954f8daa8d9910698be9eca6d97284a75a0 (diff) | |
prog: add bytesizeN types
Diffstat (limited to 'prog/size_test.go')
| -rw-r--r-- | prog/size_test.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/prog/size_test.go b/prog/size_test.go index 9faa27546..c257eae31 100644 --- a/prog/size_test.go +++ b/prog/size_test.go @@ -102,6 +102,10 @@ func TestAssignSize(t *testing.T) { "syz_test$length15(0xff, 0x0)", "syz_test$length15(0xff, 0x2)", }, + { + "syz_test$length16(&(0x7f0000000000)={[0x42, 0x42], 0xff, 0xff, 0xff, 0xff, 0xff})", + "syz_test$length16(&(0x7f0000000000)={[0x42, 0x42], 0x2, 0x10, 0x8, 0x4, 0x2})", + }, } for i, test := range tests { |
