11 Aug
2020
11 Aug
'20
11:50 a.m.
hI Gabriel, On 10.08.2020 16:57, Gabriel Ivăncescu wrote:
+ /* Adding code reloads the typeinfo the next time */ + SET_EXPECT(SetScriptState_STARTED); /* FIXME: remove when Wine is fixed */
This still needs to be paired CHECK_CALLED, you could even express todo_wine with: todo_wine CHECK_NOT_CALLED(...); (and you can remove both SET_EXPECT and CHECK_CALLED once Wine is fixed). Thanks, Jacek