Skip to content

Commit 65ed9af

Browse files
C++: Update test expectations for other PrintAST test
1 parent c4d6e1b commit 65ed9af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
#-----| params:
33
#-----| __va_list_tag::operator=() -> __va_list_tag &
44
#-----| params:
5-
#-----| operator new(unsigned long) -> void *
6-
#-----| params:
7-
#-----| 0: p#0
8-
#-----| Type = unsigned long
95
#-----| operator delete(void *) -> void
106
#-----| params:
117
#-----| 0: p#0
128
#-----| Type = void *
9+
#-----| operator new(unsigned long) -> void *
10+
#-----| params:
11+
#-----| 0: p#0
12+
#-----| Type = unsigned long
1313
AddressOf.c:
1414
# 1| AddressOf(int) -> void
1515
# 1| params:

0 commit comments

Comments
 (0)