diff options
Diffstat (limited to 'pkg/codesearch/testdata/query-def-source-struct7')
| -rw-r--r-- | pkg/codesearch/testdata/query-def-source-struct7 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/codesearch/testdata/query-def-source-struct7 b/pkg/codesearch/testdata/query-def-source-struct7 index 3d6212614..12f1955b3 100644 --- a/pkg/codesearch/testdata/query-def-source-struct7 +++ b/pkg/codesearch/testdata/query-def-source-struct7 @@ -5,4 +5,5 @@ union some_union is defined in source0.h: 40: union some_union { 41: int x; 42: void* p; - 43: }; + 43: struct some_struct s; + 44: }; |
