Zebediah Figura (@zfigura) commented about dlls/d3d9/tests/visual.c:
hr = IDirect3DDevice9_SetStreamSource(device, act.strInstance, vb3, 0, sizeof(instancepos[0])); ok(SUCCEEDED(hr), "Failed to set stream source, hr %#lx.\n", hr);
/* Not indexed draw test. Only single instance should be drawed */
```suggestion:-0+0 /* Non-indexed draw test. Only a single instance should be drawn. */ ```