Skip to content

Commit ff574e5

Browse files
authored
Merge pull request #1260 from nickrolfe/qltest_verbosity
C++: update expected extractor arguments to match qltest runner changes
2 parents a61ca48 + bf204ec commit ff574e5

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

cpp/ql/test/library-tests/arguments/arguments.expected

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
| arguments.c | 3 | --edg |
44
| arguments.c | 4 | --disable_system_macros |
55
| arguments.c | 5 | --edg |
6-
| arguments.c | 6 | --target |
6+
| arguments.c | 6 | --verbosity |
77
| arguments.c | 7 | --edg |
8-
| arguments.c | 8 | linux_x86_64 |
9-
| arguments.c | 9 | --gcc |
10-
| arguments.c | 10 | --predefined_macros |
11-
| arguments.c | 11 | <root>/tools/qltest/predefined_macros |
12-
| arguments.c | 12 | -w |
13-
| arguments.c | 13 | -Werror |
14-
| arguments.c | 14 | arguments.c |
8+
| arguments.c | 8 | 2 |
9+
| arguments.c | 9 | --edg |
10+
| arguments.c | 10 | --target |
11+
| arguments.c | 11 | --edg |
12+
| arguments.c | 12 | linux_x86_64 |
13+
| arguments.c | 13 | --gcc |
14+
| arguments.c | 14 | --predefined_macros |
15+
| arguments.c | 15 | <root>/tools/qltest/predefined_macros |
16+
| arguments.c | 16 | -w |
17+
| arguments.c | 17 | -Werror |
18+
| arguments.c | 18 | arguments.c |

0 commit comments

Comments
 (0)