Commit 367340b
committed
Limit string length to avoid spurious regression test failure
As seen in
https://github.com/diffblue/cbmc/actions/runs/4979949266/jobs/8933402303?pr=7413
we may end up with a counterexample too large store on GitHub's runner.
Limit the string length as the length is immaterial to the test.1 parent 0325f8e commit 367340b
File tree
1 file changed
+1
-1
lines changed- jbmc/regression/jbmc/assume-inputs-non-null
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments