Skip to content

Commit f2a4f04

Browse files
author
joaosaffran
committed
fix test
1 parent eb9d7d3 commit f2a4f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/BinaryFormat/DXContainer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ struct RootSignatureValidations {
632632
case ShaderVisibility::Amplification:
633633
case ShaderVisibility::Mesh:
634634
return true;
635-
case ShaderVisibility::Empty:
635+
default:
636636
return false;
637637
}
638638
}

0 commit comments

Comments
 (0)