Skip to content

Commit 3f5c6b0

Browse files
authored
Merge pull request #1123 from nickrolfe/tarballs
C++: accept test output from changes to extractor TRAP ordering
2 parents 285f8b0 + 8e9aeff commit 3f5c6b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
| common.h:5:12:5:18 | myArray | int[1] |
1+
| common.h:5:12:5:18 | myArray | int[8] |

cpp/ql/test/library-tests/variables/global/variables.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
| a.c:4:5:4:6 | is | array of {int} | 1 |
2-
| a.h:2:12:2:13 | is | array of 4 {int} | 1 |
1+
| a.c:4:5:4:6 | is | array of 4 {int} | 2 |
2+
| a.c:4:5:4:6 | is | array of {int} | 2 |
33
| file://:0:0:0:0 | fp_offset | unsigned int | 1 |
44
| file://:0:0:0:0 | gp_offset | unsigned int | 1 |
55
| file://:0:0:0:0 | overflow_arg_area | pointer to {void} | 1 |

0 commit comments

Comments
 (0)