From a8927abe6c1b5b5e11339ee5958ad2f365ad3067 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 1 Jan 2018 11:23:45 +0100 Subject: prog: support opt for proc types --- prog/mutation_test.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'prog/mutation_test.go') diff --git a/prog/mutation_test.go b/prog/mutation_test.go index 21f0261dd..97490a078 100644 --- a/prog/mutation_test.go +++ b/prog/mutation_test.go @@ -142,6 +142,12 @@ mutate3(&(0x7f0000000000)=[0x1, 0x1, 0x1], 0x3) mutate7(&(0x7f0000000000)='123', 0x3) `, ` mutate7(&(0x7f0000000000)='123', 0x2) +`}, + // Mutate proc to the special value. + {` +mutate8(0x2) +`, ` +mutate8(0xffffffffffffffff) `}, } for ti, test := range tests { -- cgit mrf-deployment