Commit 89688ba
authored
Fuzzer: Remove assert from Two() about not ignoring only after merge (#8049)
The logic assumed that a valid run that becomes ignored (host limit etc.) after
merge must be due to optimizations. But it turns out that isn't always so, as
merging makes calls go within a module, and the limits on the call stack are
a bit different, so with great luck we can notice a difference there. Remove the
incorrect assertion.1 parent cb18db5 commit 89688ba
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1905 | 1905 | | |
1906 | 1906 | | |
1907 | 1907 | | |
1908 | | - | |
1909 | | - | |
1910 | | - | |
1911 | | - | |
| 1908 | + | |
| 1909 | + | |
| 1910 | + | |
| 1911 | + | |
| 1912 | + | |
1912 | 1913 | | |
1913 | 1914 | | |
1914 | 1915 | | |
| |||
0 commit comments