Skip to content

Commit

Permalink
tests: fix broken test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Oct 28, 2024
1 parent 3852ec1 commit 8140408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/compiler/ir/tests/testdata/1.no-folding.ir
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 8140408

Please sign in to comment.