From 814040880dfcfc8a3761b0e4b66b76028d87277c Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Mon, 28 Oct 2024 17:02:44 +0100 Subject: [PATCH] tests: fix broken test case. --- lib/src/compiler/ir/tests/testdata/1.no-folding.ir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/compiler/ir/tests/testdata/1.no-folding.ir b/lib/src/compiler/ir/tests/testdata/1.no-folding.ir index e26cf65a9..31340880d 100644 --- a/lib/src/compiler/ir/tests/testdata/1.no-folding.ir +++ b/lib/src/compiler/ir/tests/testdata/1.no-folding.ir @@ -49,8 +49,8 @@ RULE test_5 RULE test_6 ADD FIELD_ACCESS - IDENT Symbol { type_value: struct, kind: Field(0, true) } - IDENT Symbol { type_value: integer(unknown), kind: Field(1, false) } + IDENT Symbol { type_value: struct, kind: Field { index: 0, is_root: true, acl: None } } + IDENT Symbol { type_value: integer(unknown), kind: Field { index: 1, is_root: false, acl: None } } CONST integer(1) CONST integer(2)