Fix incorrect assertion from #251#261
Conversation
|
Looks like one of the llvm_propeller tests failed and blocked the gcov tests from running on the CI. Can you disable it in the same PR? Maybe @dhoekwater can take a look at why it's failing later. |
Looks like commit 975aadd broke Looks safe to disregard the failure for this PR! |
|
hi @dc03-work can you rebase on #262 ? That should fix the failing test and we should also run the gcov ones. |
I forgot to remove this assert as it was not compiled in Release mode.
db9defb to
48144af
Compare
Done! |
I forgot to remove this assert as it was not compiled in Release mode.