Skip to content

Commit ce92c61

Browse files
committed
Refactoring
1 parent 108c2f9 commit ce92c61

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

schema/testcase.schema.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -753,10 +753,10 @@
753753
"$ref": "#/definitions/expected/expressionValue"
754754
},
755755
"readCount": {
756-
"$ref": "#/definitions/expected/count"
756+
"$ref": "#/definitions/expected/expressionCount"
757757
},
758758
"writeCount": {
759-
"$ref": "#/definitions/expected/count"
759+
"$ref": "#/definitions/expected/expressionCount"
760760
}
761761
}
762762
},
@@ -803,10 +803,10 @@
803803
"$ref": "#/definitions/expected/expressionBoolean"
804804
},
805805
"readCount": {
806-
"$ref": "#/definitions/expected/count"
806+
"$ref": "#/definitions/expected/expressionCount"
807807
},
808808
"writeCount": {
809-
"$ref": "#/definitions/expected/count"
809+
"$ref": "#/definitions/expected/expressionCount"
810810
}
811811
}
812812
},
@@ -854,10 +854,10 @@
854854
"$ref": "#/definitions/expected/memorySequence"
855855
},
856856
"readCount": {
857-
"$ref": "#/definitions/expected/count"
857+
"$ref": "#/definitions/expected/memoryCount"
858858
},
859859
"writeCount": {
860-
"$ref": "#/definitions/expected/count"
860+
"$ref": "#/definitions/expected/memoryCount"
861861
}
862862
},
863863
"dependencies": {
@@ -916,8 +916,8 @@
916916
}
917917
]
918918
},
919-
"count": {
920-
"title": "Count",
919+
"memoryCount": {
920+
"title": "Memory count",
921921
"description": "Count specifies the number of times the instructions for the specified address are executed.",
922922
"oneOf": [
923923
{

0 commit comments

Comments
 (0)