diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-03-08 12:02:17 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-03-08 12:02:17 +0100 |
| commit | d0790618dcf6599098c1b14a3ed0405168a3f814 (patch) | |
| tree | c44c6bdb05a49d2aac1fc039bcbefa3b5fc26701 /prog/size_test.go | |
| parent | 549f0dc24e0f395223d16069bb2692bafdf3e2da (diff) | |
prog: fix isDefaultArg
Test that isDefaultArg returns true for result of DefaultArg.
Fix few bugs uncovered by this test.
Diffstat (limited to 'prog/size_test.go')
| -rw-r--r-- | prog/size_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/size_test.go b/prog/size_test.go index 8ce368d09..d9ede1739 100644 --- a/prog/size_test.go +++ b/prog/size_test.go @@ -144,7 +144,7 @@ func TestAssignSize(t *testing.T) { }, { "syz_test$length28(&(0x7f0000000000), 0x0)", - "syz_test$length28(&(0x7f0000000000)=@f1, 0x2a)", + "syz_test$length28(&(0x7f0000000000), 0x2a)", }, { "syz_test$length29(&(0x7f0000000000)={'./a\\x00', './b/c\\x00', 0x0, 0x0, 0x0})", |
