Skip to content

Commit

Permalink
imports_params_def_usertype_imported.ksy: add missing import
Browse files Browse the repository at this point in the history
I forgot to add this import, but KSC didn't report it as an error due to
kaitai-io/kaitai_struct#534. I'm fixing it
because I don't want this test to stop working once
kaitai-io/kaitai_struct#534 is resolved.
  • Loading branch information
generalmimon committed Apr 15, 2024
1 parent 9df2475 commit 110c0e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions formats/imports_params_def_usertype_imported.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
meta:
id: imports_params_def_usertype_imported
imports:
- hello_world
- params_def_usertype_imported
seq:
- id: hw
Expand Down

0 comments on commit 110c0e3

Please sign in to comment.