@@ -1085,8 +1085,11 @@ TEST_CASE("Integer MulAssign Float Valid Contexts")
10851085TEST_CASE (" Division By Zero Error" )
10861086{
10871087 runConformance (" div_by_zero.lsl" , nullptr , nullptr , nullptr , " Math error" );
1088- runConformance (" float_div_by_zero.lsl" , nullptr , nullptr , nullptr , " Math error" );
1089- runConformance (" vector_div_by_zero.lsl" , nullptr , nullptr , nullptr , " Math error" );
1088+ runConformance (" float_div_by_zero_var.lsl" , nullptr , nullptr , nullptr , " Math error" );
1089+ runConformance (" float_div_by_zero_k.lsl" , nullptr , nullptr , nullptr , " Math error" );
1090+ runConformance (" float_div_by_zero_k_rev.lsl" , nullptr , nullptr , nullptr , " Math error" );
1091+ runConformance (" vector_div_by_zero_k.lsl" , nullptr , nullptr , nullptr , " Math error" );
1092+ runConformance (" vector_div_by_zero_var.lsl" , nullptr , nullptr , nullptr , " Math error" );
10901093 runConformance (" zero_vector_div_by_zero.lsl" , nullptr , nullptr , nullptr , " Math error" );
10911094 runConformance (" inf_div_inf.lsl" , nullptr , nullptr , nullptr , " Math error" );
10921095}
0 commit comments