We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NOTIMEOUT
1 parent fa4203b commit 1007fcfCopy full SHA for 1007fcf
tests/regression/38-int-refinements/07-enums.c
@@ -1,5 +1,5 @@
1
// PARAM: --set ana.int.refinement fixpoint --enable ana.int.def_exc --enable ana.int.enums --enable ana.int.interval --set sem.int.signed_overflow assume_none
2
-// FIXPOINT: Used to not reach terminate (https://github.com/goblint/analyzer/issues/1671) and (https://github.com/goblint/analyzer/issues/1673)
+// NOTIMEOUT: Used to not reach terminate (https://github.com/goblint/analyzer/issues/1671) and (https://github.com/goblint/analyzer/issues/1673)
3
int main() {
4
int count = 0;
5
while (1) {
0 commit comments