Skip to content

Commit 64a345b

Browse files
committed
Fix error messages for kaitai-io/kaitai_struct_compiler#310
1 parent b766846 commit 64a345b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

formats_err/expr_compare_enum2.ksy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# expr_compare_enum2.ksy: /seq/1/if:
2-
# error: can't compare EnumType(List(animal),Int1Type(false)) and Int1Type(true)
2+
# error: can't compare EnumType(EnumRef(false,List(),animal),Int1Type(false)) and Int1Type(true)
33
#
44
meta:
55
id: expr_compare_enum2

0 commit comments

Comments
 (0)