File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 753
753
"$ref" : " #/definitions/expected/expressionValue"
754
754
},
755
755
"readCount" : {
756
- "$ref" : " #/definitions/expected/count "
756
+ "$ref" : " #/definitions/expected/expressionCount "
757
757
},
758
758
"writeCount" : {
759
- "$ref" : " #/definitions/expected/count "
759
+ "$ref" : " #/definitions/expected/expressionCount "
760
760
}
761
761
}
762
762
},
803
803
"$ref" : " #/definitions/expected/expressionBoolean"
804
804
},
805
805
"readCount" : {
806
- "$ref" : " #/definitions/expected/count "
806
+ "$ref" : " #/definitions/expected/expressionCount "
807
807
},
808
808
"writeCount" : {
809
- "$ref" : " #/definitions/expected/count "
809
+ "$ref" : " #/definitions/expected/expressionCount "
810
810
}
811
811
}
812
812
},
854
854
"$ref" : " #/definitions/expected/memorySequence"
855
855
},
856
856
"readCount" : {
857
- "$ref" : " #/definitions/expected/count "
857
+ "$ref" : " #/definitions/expected/memoryCount "
858
858
},
859
859
"writeCount" : {
860
- "$ref" : " #/definitions/expected/count "
860
+ "$ref" : " #/definitions/expected/memoryCount "
861
861
}
862
862
},
863
863
"dependencies" : {
916
916
}
917
917
]
918
918
},
919
- "count " : {
920
- "title" : " Count " ,
919
+ "memoryCount " : {
920
+ "title" : " Memory count " ,
921
921
"description" : " Count specifies the number of times the instructions for the specified address are executed." ,
922
922
"oneOf" : [
923
923
{
You can’t perform that action at this time.
0 commit comments