C++: accept test output from changes to extractor TRAP ordering

This commit is contained in:
Nick Rolfe
2019-03-14 15:21:22 +00:00
parent 285f8b06bd
commit 8e9aeffdbc
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
| common.h:5:12:5:18 | myArray | int[1] |
| common.h:5:12:5:18 | myArray | int[8] |

View File

@@ -1,5 +1,5 @@
| a.c:4:5:4:6 | is | array of {int} | 1 |
| a.h:2:12:2:13 | is | array of 4 {int} | 1 |
| a.c:4:5:4:6 | is | array of 4 {int} | 2 |
| a.c:4:5:4:6 | is | array of {int} | 2 |
| file://:0:0:0:0 | fp_offset | unsigned int | 1 |
| file://:0:0:0:0 | gp_offset | unsigned int | 1 |
| file://:0:0:0:0 | overflow_arg_area | pointer to {void} | 1 |