Skip to content

Commit

Permalink
Add CRAM annotation to 00-sanity/33-hoare-over-paths
Browse files Browse the repository at this point in the history
Although there are asserts, so update_suite doesn't complain about no checks.
  • Loading branch information
sim642 committed Sep 26, 2024
1 parent 8cce1c9 commit 54eb6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regression/00-sanity/33-hoare-over-paths.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// PARAM: --set ana.path_sens[+] mutex
#include <assert.h>
#include <pthread.h>

// CRAM
pthread_mutex_t m = PTHREAD_MUTEX_INITIALIZER;

int main() {
Expand Down

0 comments on commit 54eb6f6

Please sign in to comment.