Skip to content

Commit d25b669

Browse files
authored
Merge pull request diffblue#264 from diffblue/smowton/fix/slice24_include
slice24 test: switch from malloc.h to stdlib.h
2 parents 877f03a + 99ca9de commit d25b669

File tree

1 file changed

+1
-2
lines changed
  • cbmc/regression/goto-instrument/slice24

1 file changed

+1
-2
lines changed

cbmc/regression/goto-instrument/slice24/main.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <assert.h>
2-
#include <malloc.h>
2+
#include <stdlib.h>
33

44
struct rrr
55
{
@@ -23,4 +23,3 @@ int main(int argc, char* argv[])
2323
}
2424
return -1;
2525
}
26-

0 commit comments

Comments
 (0)