Skip to content

Commit 91af2f1

Browse files
committed
CPP: update expected output after deleting deprecated things
1 parent a1769f8 commit 91af2f1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

cpp/ql/test/examples/expressions/PrintAST.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ ConstructorCall.cpp:
128128
# 1| <params>:
129129
#-----| getParameter(0): [Parameter] (unnamed parameter 0)
130130
#-----| Type = [RValueReferenceType] C &&
131-
# 3| [ConversionConstructor] void C::C(int)
131+
# 3| [Constructor] void C::C(int)
132132
# 3| <params>:
133133
# 3| getParameter(0): [Parameter] i
134134
# 3| Type = [IntType] int

cpp/ql/test/library-tests/ir/ir/PrintAST.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5401,7 +5401,7 @@ ir.cpp:
54015401
# 600| <params>:
54025402
# 600| getParameter(0): [Parameter] (unnamed parameter 0)
54035403
# 600| Type = [RValueReferenceType] String &&
5404-
# 601| [ConversionConstructor] void String::String(char const*)
5404+
# 601| [Constructor] void String::String(char const*)
54055405
# 601| <params>:
54065406
# 601| getParameter(0): [Parameter] (unnamed parameter 0)
54075407
# 601| Type = [PointerType] const char *
@@ -10630,7 +10630,7 @@ ir.cpp:
1063010630
# 1330| <params>:
1063110631
#-----| getParameter(0): [Parameter] (unnamed parameter 0)
1063210632
#-----| Type = [RValueReferenceType] constructor_only &&
10633-
# 1335| [ConversionConstructor] void constructor_only::constructor_only(int)
10633+
# 1335| [Constructor] void constructor_only::constructor_only(int)
1063410634
# 1335| <params>:
1063510635
# 1335| getParameter(0): [Parameter] x
1063610636
# 1335| Type = [IntType] int

cpp/ql/test/library-tests/variables/variables/variable.expected

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
| variables.cpp:15:12:15:13 | v1 | file://:0:0:0:0 | int[10] | StaticStorageDurationVariable | | static |
3131
| variables.cpp:15:21:15:22 | pv | file://:0:0:0:0 | int * | GlobalVariable | | static |
3232
| variables.cpp:15:21:15:22 | pv | file://:0:0:0:0 | int * | StaticStorageDurationVariable | | static |
33-
| variables.cpp:17:7:17:8 | fp | file://:0:0:0:0 | ..(*)(..) | FunctionPointerVariable | | |
3433
| variables.cpp:17:7:17:8 | fp | file://:0:0:0:0 | ..(*)(..) | GlobalVariable | | |
3534
| variables.cpp:17:7:17:8 | fp | file://:0:0:0:0 | ..(*)(..) | StaticStorageDurationVariable | | |
3635
| variables.cpp:19:7:19:8 | v2 | file://:0:0:0:0 | float[3] | GlobalVariable | | |

0 commit comments

Comments
 (0)