mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
rename TEST macro to un-confused visual assist
* Visual assist comes with a pre-defined interpretation of TEST() for googletest, which conflicts with ours. We can't seem to override it with a va_stdafx.h even
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
#include "d3d11_test.h"
|
||||
|
||||
TEST(D3D11_Structured_Buffer_MisalignedDirty, D3D11GraphicsTest)
|
||||
RD_TEST(D3D11_Structured_Buffer_MisalignedDirty, D3D11GraphicsTest)
|
||||
{
|
||||
static constexpr const char *Description =
|
||||
"Test updating a misaligned chunk of a structured buffer";
|
||||
|
||||
Reference in New Issue
Block a user