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 @@ -1038,13 +1038,13 @@ jobs:
10381038 - name : fail-input0
10391039 platform : Generic
10401040 test : testTypeInferenceDifferentTypes
1041- map : A=int8_t B=int8_t C=int8_t
1041+ type_map : A=int8_t B=int8_t C=int8_t
10421042 offset_map : A=0 B=0 C=0
10431043 shouldFail : true
10441044 - name : fail-input2
10451045 platform : Generic
10461046 test : testTypeInferenceDifferentTypes
1047- map : A=int16_t B=int8_t C=int16_t
1047+ type_map : A=int16_t B=int8_t C=int16_t
10481048 offset_map : A=0 B=0 C=0
10491049 shouldFail : true
10501050 - name : pass
@@ -1069,5 +1069,5 @@ jobs:
10691069 -t ./Tests/${{ matrix.test }} \
10701070 -v \
10711071 --input-type-map ${{ matrix.type_map }} \
1072- --input-type- offset ${{ matrix.offsetmap }} \
1072+ --input-offset-map ${{ matrix.offsetmap }} \
10731073 ${{ matrix.shouldFail && '--shouldFail' || '' }}
You can’t perform that action at this time.
0 commit comments