Skip to content

Commit 2c21687

Browse files
committed
Add missing include goblint.h to regression tests.
1 parent 1fdaa06 commit 2c21687

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/regression/84-c2po/24-disequalities-small-example.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// PARAM: --set ana.activated[+] c2po --set ana.activated[+] startState --set ana.activated[+] taintPartialContexts --set ana.c2po.askbase false
2+
#include <goblint.h>
23

34
int *a, b;
45
c() { b = 0; }

tests/regression/84-c2po/25-struct-circular.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// PARAM: --set ana.activated[+] c2po --set ana.activated[+] startState --set ana.activated[+] taintPartialContexts --set ana.c2po.askbase false
22

33
#include <stdlib.h>
4+
#include <goblint.h>
45

56
struct mem {
67
int val;

0 commit comments

Comments
 (0)