Skip to content

Commit b05d19d

Browse files
authored
UnitTest: Update HlslTestUtils.h include path in HlslExecTestUtils.cpp (microsoft#7935)
Fixes undocked D3D12 build using VPack DXC source.
1 parent 10a4f01 commit b05d19d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/clang/unittests/HLSLExec/HlslExecTestUtils.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
#include "ShaderOpTest.h"
44
#include "dxc/Support/Global.h"
55
#include "dxc/Support/dxcapi.use.h"
6-
#include "dxc/Test/HlslTestUtils.h"
6+
7+
#include "HlslTestUtils.h"
8+
79
#include <Verify.h>
810
#include <atlcomcli.h>
911
#include <d3d12.h>

0 commit comments

Comments
 (0)