Skip to content

Commit 80df17a

Browse files
committed
Type of "array_size" should always be the same
1 parent 053edb1 commit 80df17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_CppHeaderParser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2364,7 +2364,7 @@ def setUp(self):
23642364
def test_array_size(self):
23652365
self.assertEqual(
23662366
self.cppHeader.classes["Picture"]["properties"]["public"][1]["array_size"],
2367-
16384,
2367+
"16384",
23682368
)
23692369

23702370
def test_multi_dimensional_array_size(self):

0 commit comments

Comments
 (0)