Skip to content

Commit 4a65fa1

Browse files
committed
test fix
1 parent d74d60a commit 4a65fa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/unittests/HLSL/PixTestUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ CComPtr<IDxcBlob> Compile(dxc::DxcDllSupport &dllSupport, const char *hlsl,
391391
return {};
392392
}
393393

394-
#if 1 // handy for debugging
394+
#if 0 // handy for debugging
395395
{
396396
CComPtr<IDxcBlob> pProgram;
397397
CheckOperationSucceeded(pResult, &pProgram);

0 commit comments

Comments
 (0)