Skip to content

Commit 089e4e2

Browse files
authored
Merge pull request github#6147 from AlexDenisov/adjust_test_expectation
C++: Adjust test expectations after frontend upgrade
2 parents a86f50e + 653afc8 commit 089e4e2

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)