Skip to content

Commit 653afc8

Browse files
committed
C++: Adjust test expectations after frontend upgrade
1 parent 87ee784 commit 653afc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5925,7 +5925,7 @@ ir.cpp:
59255925
# 705| getStmt(0): [ReturnStmt] return ...
59265926
# 705| getExpr(): [ConditionalExpr] ... ? ... : ...
59275927
# 705| Type = [UnknownType] unknown
5928-
# 705| ValueCategory = prvalue
5928+
# 705| ValueCategory = prvalue(load)
59295929
# 705| getCondition(): [LTExpr] ... < ...
59305930
# 705| Type = [UnknownType] unknown
59315931
# 705| ValueCategory = prvalue

0 commit comments

Comments
 (0)