From 17b22bc08832f58395736ff0eadc269aa767b3d3 Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Tue, 30 Dec 2025 17:59:34 +0100 Subject: [PATCH] C++: Update expected test results after frontend _Generic fix --- cpp/ql/test/library-tests/ir/ir/PrintAST.expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/test/library-tests/ir/ir/PrintAST.expected b/cpp/ql/test/library-tests/ir/ir/PrintAST.expected index 132f5ebe070..62831586ead 100644 --- a/cpp/ql/test/library-tests/ir/ir/PrintAST.expected +++ b/cpp/ql/test/library-tests/ir/ir/PrintAST.expected @@ -4343,7 +4343,7 @@ generic.c: # 3| ValueCategory = prvalue # 3| getAssociationExpr(0): [ReuseExpr] reuse of x # 3| Type = [IntType] unsigned int -# 3| ValueCategory = lvalue +# 3| ValueCategory = prvalue # 3| getAssociationType(1): [TypeName] int # 3| Type = [IntType] int # 3| ValueCategory = prvalue