================
@@ -252,6 +252,32 @@ TEST_F(ParseHLSLRootSignatureTest, ValidSamplerFlagsTest) {
   ASSERT_TRUE(Consumer->isSatisfied());
 }
 
+TEST_F(ParseHLSLRootSignatureTest, ValidParseRootConsantsTest) {
----------------
joaosaffran wrote:

```suggestion
TEST_F(ParseHLSLRootSignatureTest, ValidParseRootConstantsTest) {
```

nit: Also, shouldn't this be, `ValidParseEmptyRootConstantsTest`, then we add 
more tests later on ?

https://github.com/llvm/llvm-project/pull/137999
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to