diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-12-31 11:27:03 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-12-31 12:32:14 +0100 |
| commit | c5499485c222520773e6b48c0345f2d7b09c9015 (patch) | |
| tree | 41a1b46a44a602bca6246406b0eec305d9343536 /prog/mutation_test.go | |
| parent | 21cdbb61b86dcb6daced39274c6e8eaf81bf708d (diff) | |
prog: speed up TestResourceCtors
We check each resource multiple times. Check each resource once.
Diffstat (limited to 'prog/mutation_test.go')
| -rw-r--r-- | prog/mutation_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/mutation_test.go b/prog/mutation_test.go index a29191539..100820dd7 100644 --- a/prog/mutation_test.go +++ b/prog/mutation_test.go @@ -106,7 +106,7 @@ mutate1() {` mutate4(&(0x7f0000000000)="11223344", 0x4) `, ` -mutate4(&(0x7f0000000000)="112244", 0x3) +mutate4(&(0x7f0000000000)="113344", 0x3) `}, // Mutate data (insert byte and update size). // TODO: this is not working, because Mutate constantly tends |
