We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a91892 commit 7572497Copy full SHA for 7572497
tests/regression/82-widening_gas/04-side_simple_update.c
@@ -1,4 +1,4 @@
1
-// PARAM: --set solvers.td3.side_widen always --set solvers.td3.side_widen_gas 2 --enable ana.int.interval --enable exp.earlyglobs
+// PARAM: --set solvers.td3.side_widen always --set solvers.td3.side_widen_gas 3 --enable ana.int.interval --enable exp.earlyglobs
2
#include <pthread.h>
3
#include <goblint.h>
4
@@ -34,7 +34,7 @@ int main(void) {
34
pthread_mutex_lock(&A);
35
__goblint_check(a <= 1);
36
__goblint_check(b <= 2);
37
- __goblint_check(c <= 4); // UNKNOWN!
+ __goblint_check(c <= 3);
38
pthread_mutex_unlock(&A);
39
return 0;
40
}
0 commit comments