Skip to content

Commit be74616

Browse files
committed
C++: accept consistency test fixes
1 parent b45473e commit be74616

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -635,8 +635,6 @@ uniqueNodeToString
635635
| duff.c:3:14:3:14 | x | Node should have one toString but has 2. |
636636
| duff.c:4:13:4:13 | i | Node should have one toString but has 2. |
637637
| duff.c:4:13:4:13 | x | Node should have one toString but has 2. |
638-
| ir.cpp:888:6:888:16 | (no string representation) | Node should have one toString but has 0. |
639-
| misc.c:197:6:197:9 | (no string representation) | Node should have one toString but has 0. |
640638
| newexpr.cpp:3:9:3:9 | i | Node should have one toString but has 2. |
641639
| newexpr.cpp:3:9:3:9 | x | Node should have one toString but has 2. |
642640
| newexpr.cpp:3:16:3:16 | j | Node should have one toString but has 2. |
@@ -654,7 +652,6 @@ uniqueNodeToString
654652
| switchstmt.c:2:14:2:14 | i | Node should have one toString but has 2. |
655653
| switchstmt.c:2:14:2:14 | x | Node should have one toString but has 2. |
656654
missingToString
657-
| Nodes without toString: 2 |
658655
parameterCallable
659656
localFlowIsLocal
660657
compatibleTypesReflexive

0 commit comments

Comments
 (0)