Commit 5fa37a3
committed
CSmith test script: avoid a need for argv modelling
With additional checks turned on as of #8093, we failed CSmith tests
with (legitimate) pointer property failures in `strcmp`. These are
caused by trying to compare `argv[1]` to a string. As we do not model
`argv` in these tests, `argv[1]` was not a valid pointer. This fix just
removes the string comparison, which is only used for turning on/off
debug output in test execution.1 parent 41af31c commit 5fa37a3
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
0 commit comments