Skip to content

Commit 8a76195

Browse files
authored
Merge pull request #4356 from github/igfoo/front_end
C++: accept test changes from extractor frontend upgrade
2 parents 93edaa7 + 7609ce2 commit 8a76195

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

cpp/ql/test/library-tests/special_members/generated_copy/functions.expected

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@
7878
| copy.cpp:111:9:111:9 | MoveAssign | deleted | |
7979
| copy.cpp:111:9:111:9 | operator= | deleted | |
8080
| copy.cpp:113:17:113:25 | operator= | | |
81-
| copy.cpp:120:9:120:9 | OnlyCtor | | |
82-
| copy.cpp:120:9:120:9 | OnlyCtor | | |
8381
| copy.cpp:120:9:120:9 | OnlyCtor | deleted | |
8482
| copy.cpp:120:9:120:9 | operator= | deleted | |
8583
| copy.cpp:126:11:126:19 | operator= | | |

cpp/ql/test/library-tests/syntax-zoo/dataflow-ir-consistency.expected

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,6 @@ uniqueNodeLocation
539539
| file://:0:0:0:0 | p#0 | Node should have one location but has 0. |
540540
| file://:0:0:0:0 | p#0 | Node should have one location but has 0. |
541541
| file://:0:0:0:0 | p#0 | Node should have one location but has 0. |
542-
| file://:0:0:0:0 | p#0 | Node should have one location but has 0. |
543-
| file://:0:0:0:0 | p#0 | Node should have one location but has 0. |
544542
| file://:0:0:0:0 | p#1 | Node should have one location but has 0. |
545543
| file://:0:0:0:0 | p#1 | Node should have one location but has 0. |
546544
| file://:0:0:0:0 | p#1 | Node should have one location but has 0. |
@@ -1418,7 +1416,7 @@ uniqueNodeLocation
14181416
| whilestmt.c:39:6:39:11 | ReturnVoid | Node should have one location but has 4. |
14191417
| whilestmt.c:39:6:39:11 | SideEffect | Node should have one location but has 4. |
14201418
missingLocation
1421-
| Nodes without location: 36 |
1419+
| Nodes without location: 34 |
14221420
uniqueNodeToString
14231421
| break_labels.c:2:11:2:11 | i | Node should have one toString but has 2. |
14241422
| break_labels.c:2:11:2:11 | i | Node should have one toString but has 2. |

0 commit comments

Comments
 (0)