2017-04-20 13:26 GMT+02:00 Paul Gofman gofmanp@gmail.com:
- todo_wine
- ok(effect3->lpVtbl->IsParameterUsed(effect3, "vs_arr2", "tech0"),
"Unexpected IsParameterUsed result FALSE.\n");
- todo_wine
- ok(!effect3->lpVtbl->IsParameterUsed(effect3, "vs_arr2[0]", "tech0"),
"Unexpected IsParameterUsed result FALSE.\n");
Typo. I'd just leave out the TRUE / FALSE from these messages, one has to look up the code anyway if there is a test failure.