File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -248,19 +248,19 @@ jobs:
248248 include :
249249 - name : fail-input0
250250 platform : Generic
251- test : testTypeInferenceDifferentTypes
251+ test : Others/TypeInference
252252 type_map : " A=int8_t B=int8_t C=int8_t"
253253 offset_map : " A=0 B=0 C=0"
254254 shouldFail : true
255255 - name : fail-input2
256256 platform : Generic
257- test : testTypeInferenceDifferentTypes
257+ test : Others/TypeInference
258258 type_map : " A=int16_t B=int8_t C=int16_t"
259259 offset_map : " A=0 B=0 C=0"
260260 shouldFail : true
261261 - name : pass
262262 platform : Generic
263- test : testTypeInferenceDifferentTypes
263+ test : Others/TypeInference
264264 type_map : " A=int16_t B=int8_t C=int32_t"
265265 offset_map : " A=0 B=0 C=0"
266266 shouldFail : false
You can’t perform that action at this time.
0 commit comments