Skip to content

Commit 6ecaf20

Browse files
committed
C++: Update expected test results
1 parent ecf3c53 commit 6ecaf20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cpp/ql/test/library-tests/cpp11_g/cfg.expected

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
| choose_second | 27 | 1 | { ... } | 28 | return ... |
44
| choose_second | 28 | 2 | return ... | 25 | choose_second |
55
| count_args_1 prototype instantiation | 11 | 1 | { ... } | 12 | return ... |
6-
| count_args_1 prototype instantiation | 12 | 2 | return ... | 12 | sizeof...(...) |
7-
| count_args_1 prototype instantiation | 12 | 3 | sizeof...(...) | 11 | count_args_1 |
6+
| count_args_1 prototype instantiation | 12 | 2 | return ... | 12 | sizeof...(Args) |
7+
| count_args_1 prototype instantiation | 12 | 3 | sizeof...(Args) | 11 | count_args_1 |
88
| count_args_1<> | 11 | 1 | { ... } | 12 | return ... |
99
| count_args_1<> | 12 | 2 | return ... | 12 | 0 |
1010
| count_args_1<> | 12 | 3 | 0 | 11 | count_args_1 |
1111
| count_args_2 prototype instantiation | 15 | 1 | { ... } | 16 | return ... |
1212
| count_args_2 prototype instantiation | 16 | 2 | return ... | 16 | a |
13-
| count_args_2 prototype instantiation | 16 | 3 | a | 16 | sizeof...(...) |
14-
| count_args_2 prototype instantiation | 16 | 4 | sizeof...(...) | 15 | count_args_2 |
13+
| count_args_2 prototype instantiation | 16 | 3 | a | 16 | sizeof...(<expr>) |
14+
| count_args_2 prototype instantiation | 16 | 4 | sizeof...(<expr>) | 15 | count_args_2 |
1515
| count_args_2<int,double> | 15 | 1 | { ... } | 16 | return ... |
1616
| count_args_2<int,double> | 16 | 2 | return ... | 16 | 2 |
1717
| count_args_2<int,double> | 16 | 3 | 2 | 15 | count_args_2 |

0 commit comments

Comments
 (0)