We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79df614 commit e03a6f7Copy full SHA for e03a6f7
tests/regression/46-apron2/98-invalidate-more.c
@@ -16,7 +16,7 @@ int main() {
16
17
fscanf(stdin, "%d", &other);
18
19
- // Fails as debug is invalidated
+ // Use to fail as debug was invalidated
20
__goblint_check(debug <= 3);
21
return 0;
22
}
0 commit comments