@@ -310,7 +310,7 @@ public static (string templateFileName, string outputTemplateName, Dictionary<st
310310 ( "_BinaryOpTestTemplate.template" , "SecureHashBinOpTest.template" , new Dictionary < string , string > { [ "TemplateName" ] = "SecureHash" , [ "TemplateValidationLogic" ] = SecureHashOpTest_ValidationLogic } ) ,
311311 ( "_TernaryOpTestTemplate.template" , "SecureHashTernOpTest.template" , new Dictionary < string , string > { [ "TemplateName" ] = "SecureHash" , [ "TemplateValidationLogic" ] = SecureHashOpTest_ValidationLogic } ) ,
312312 ( "_SveUnaryOpTestTemplate.template" , "SveSimpleVecOpTest.template" , new Dictionary < string , string > { [ "TemplateName" ] = "Simple" , [ "TemplateValidationLogic" ] = SimpleVecOpTest_ValidationLogic , [ "TemplateValidationLogicForCndSel" ] = SimpleVecOpTest_ValidationLogicForCndSel , [ "TemplateValidationLogicForCndSel_FalseValue" ] = SimpleVecOpTest_ValidationLogicForCndSel_FalseValue } ) ,
313- ( "_SveUnaryOpDifferentRetTypeTestTemplate.template" , "SveSimpleVecOpDiffRetTypeTest.template" , new Dictionary < string , string > { [ "TemplateName" ] = "Simple" , [ "TemplateValidationLogic" ] = SimpleVecOpTest_ValidationLogicForNarrowing , [ "TemplateValidationLogicForCndSel" ] = SimpleVecOpTest_ValidationLogicForCndSelForNarrowing , [ "TemplateValidationLogicForCndSel_FalseValue" ] = SimpleVecOpTest_ValidationLogicForCndSelForNarrowing_FalseValue } ) ,
313+ ( "_SveUnaryOpDifferentRetTypeTestTemplate.template" , "SveSimpleVecOpDiffRetTypeTest.template" , new Dictionary < string , string > { [ "TemplateName" ] = "Simple" , [ "TemplateValidationLogic" ] = SimpleVecOpTest_ValidationLogic , [ "TemplateValidationLogicForCndSel" ] = SimpleVecOpTest_ValidationLogicForCndSel , [ "TemplateValidationLogicForCndSel_FalseValue" ] = SimpleVecOpTest_ValidationLogicForCndSel_FalseValue } ) ,
314314 ( "_SveUnaryOpDifferentRetTypeTestTemplate.template" , "SveSimpleVecOpDiffRetTypeTestVec.template" , new Dictionary < string , string > { [ "TemplateName" ] = "Simple" , [ "TemplateValidationLogic" ] = SimpleVecOpTest_VectorValidationLogic , [ "TemplateValidationLogicForCndSel" ] = SimpleVecOpTest_VectorValidationLogicForCndSel , [ "TemplateValidationLogicForCndSel_FalseValue" ] = SimpleVecOpTest_VectorValidationLogicForCndSel_FalseValue } ) ,
315315 ( "_SveBinaryOpTestTemplate.template" , "SveVecBinOpTest.template" , new Dictionary < string , string > { [ "TemplateName" ] = "Simple" , [ "TemplateValidationLogic" ] = SimpleVecOpTest_ValidationLogic , [ "TemplateValidationLogicForCndSel" ] = SimpleVecOpTest_ValidationLogicForCndSel , [ "TemplateValidationLogicForCndSel_FalseValue" ] = SimpleVecOpTest_ValidationLogicForCndSel_FalseValue } ) ,
316316 ( "_SveBinaryOpTestTemplate.template" , "SveVecBinOpVecTest.template" , new Dictionary < string , string > { [ "TemplateName" ] = "Simple" , [ "TemplateValidationLogic" ] = SimpleVecOpTest_VectorValidationLogic , [ "TemplateValidationLogicForCndSel" ] = SimpleVecOpTest_VectorValidationLogicForCndSel , [ "TemplateValidationLogicForCndSel_FalseValue" ] = SimpleVecOpTest_VectorValidationLogicForCndSel_FalseValue } ) ,
0 commit comments