From c5499485c222520773e6b48c0345f2d7b09c9015 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 31 Dec 2018 11:27:03 +0100 Subject: prog: speed up TestResourceCtors We check each resource multiple times. Check each resource once. --- prog/mutation_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prog/mutation_test.go') 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 -- cgit mrf-deployment