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:
baldurk
2019-09-17 12:40:00 +01:00
parent a6aa0ac5d0
commit 6d282f90d9
94 changed files with 94 additions and 94 deletions
@@ -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";