Skip to content

Commit dc62373

Browse files
author
Thomas Kiley
committed
Add missing includes to tests
1 parent 652bf92 commit dc62373

File tree

2 files changed

+4
-0
lines changed
  • regression/goto-harness
    • do_not_nondet_globals_by_default
    • havoc-global-int-01

2 files changed

+4
-0
lines changed

regression/goto-harness/do_not_nondet_globals_by_default/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <assert.h>
2+
13
int a_global;
24

35
void entry_function(void)

regression/goto-harness/havoc-global-int-01/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <assert.h>
2+
13
int x = 1;
24

35
int main()

0 commit comments

Comments
 (0)