Skip to content

Commit

Permalink
68/[52-55] Don't include goblint.h, it is unused
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Sep 16, 2023
1 parent fb7159c commit 18fe6d1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion tests/regression/68-longjmp/52-races.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <setjmp.h>
#include <goblint.h>
#include <pthread.h>

jmp_buf env_buffer;
Expand Down
1 change: 0 additions & 1 deletion tests/regression/68-longjmp/53-races-no.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <setjmp.h>
#include <goblint.h>
#include <pthread.h>

jmp_buf env_buffer;
Expand Down
3 changes: 1 addition & 2 deletions tests/regression/68-longjmp/54-races-actually.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <setjmp.h>
#include <goblint.h>
#include <pthread.h>

jmp_buf env_buffer;
Expand Down Expand Up @@ -44,7 +43,7 @@ int main() {
}

global = 5; //RACE

if(n == 0) {
pthread_mutex_unlock(&mutex1);
}
Expand Down
1 change: 0 additions & 1 deletion tests/regression/68-longjmp/55-races-no-return.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <setjmp.h>
#include <goblint.h>
#include <pthread.h>

jmp_buf env_buffer;
Expand Down

0 comments on commit 18fe6d1

Please sign in to comment.