Concrete Playback=inplace produces unit test inside the harness #2450
Labels
[C] Bug
This is a bug. Something isn't working.
[F] Crash
Kani crashed
T-High Priority
Tag issues that have high priority
When I invoke concrete playback with Kani 0.28, the unit test is produced inside the harness instead of after it. Happens regardless of where the harness is placed (inside a module, outside of it).
using the following command line invocation:
with Kani version: 0.28
I expected to see this happen: the unit test should be placed after the harness
Instead, this happened: the unit test was placed inside the harness
The text was updated successfully, but these errors were encountered: