Skip to content

Commit

Permalink
Fix error messages for kaitai-io/kaitai_struct_compiler#310
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Oct 5, 2024
1 parent b766846 commit 64a345b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formats_err/expr_compare_enum2.ksy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# expr_compare_enum2.ksy: /seq/1/if:
# error: can't compare EnumType(List(animal),Int1Type(false)) and Int1Type(true)
# error: can't compare EnumType(EnumRef(false,List(),animal),Int1Type(false)) and Int1Type(true)
#
meta:
id: expr_compare_enum2
Expand Down

0 comments on commit 64a345b

Please sign in to comment.