diff options
Diffstat (limited to '')
| -rw-r--r-- | test/wasm.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm.xml b/test/wasm.xml index f0affc8..6d8d0d2 100644 --- a/test/wasm.xml +++ b/test/wasm.xml @@ -131,7 +131,7 @@        <Field_Len name="field_len" encoding="leb128u" type="uint32" couny="1" luatype="integer"/>        <Field_Str name="field_str" type="string" count="1" size="self::Field_Len" luatype="string"/>        <Kind name="kind" encoding="leb128u" type="uint8" count="1" luatype="integer"/> -      <Type name="type" conditional="true" condition="self::Kind" type="FT::conditional" luatype="table"> +      <Type name="type" conditional="true" condition="self::Kind" type="FT::conditional" luatype="conditional">          <condition0 name="type" encoding="leb128u" type="uint32" luatype="integer">0</condition0>          <condition1 name="type" type="self::Table_Type" luatype="table">1</condition1>          <condition2 name="type" type="self::Memory_Type" luatype="table">2</condition2>  | 
