Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Dec 1, 2023
1 parent 4c5bd47 commit 5419d45
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe('cxx_parser', () => {
"file_path":"${preProcessParseFilesDir}/file1.h",
"is_mutable":false,
"name":"a",
"namespaces": Array [],
"namespaces": [],
"parent_name": "AAA",
"source": "",
"type":{
Expand Down Expand Up @@ -489,7 +489,7 @@ describe('cxx_parser', () => {
"attributes":[],
"base_clazzs":[],
"comment":"",
"conditional_compilation_directives_infos": [],
"conditional_compilation_directives_infos":[],
"constructors":[],
"file_path":"${preProcessParseFilesDir}/file1.h",
"member_variables":[
Expand All @@ -504,7 +504,7 @@ describe('cxx_parser', () => {
"name":"a",
"namespaces": [],
"parent_name": "AAA",
"source": ""
"source": "",
"type":{
"__TYPE":"SimpleType",
"is_builtin_type":true,
Expand Down

0 comments on commit 5419d45

Please sign in to comment.