Skip to content

Commit cf912b3

Browse files
UnitTests: Update HlslTestUtils.h include path in LongVectors.cpp (#7923)
Full explicit path not needed and breaks compatibility with Direct3D VPack. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 33aac08 commit cf912b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/clang/unittests/HLSLExec/LongVectors.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
#include "ShaderOpTest.h"
1111
#include "dxc/Support/Global.h"
12-
#include "dxc/Test/HlslTestUtils.h"
12+
13+
#include "HlslTestUtils.h"
1314

1415
#include "HlslExecTestUtils.h"
1516

0 commit comments

Comments
 (0)