STDIN redirect disappeared from the tests #554
Labels
bug
Something isn't working
regression
Regression
verified
Bug fix is verified
wrong generation
Inadequate or empty test suite generated
Description
During test generation UTBot used to substitute stdin with own construction, now it does not anymore, so tests with user input fail.
To Reproduce
Steps to reproduce the behavior:
c-examples
fromUTBotCPP
projectint simple_getc()
function in fileinput_output.c
Expected behavior
Previously tests looked like this:
Actual behavior
Now
utbot_redirect_stdin
initialization part disappeared and test looks like this:The text was updated successfully, but these errors were encountered: