diff options
Diffstat (limited to 'test/passes')
-rw-r--r-- | test/passes/Oz_fuzz-exec_all-features.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/Oz_fuzz-exec_all-features.wast b/test/passes/Oz_fuzz-exec_all-features.wast index cc6ebb46e..4c38c315d 100644 --- a/test/passes/Oz_fuzz-exec_all-features.wast +++ b/test/passes/Oz_fuzz-exec_all-features.wast @@ -1,6 +1,6 @@ (module (type $struct (sub (struct (mut i32)))) - (type $extendedstruct (struct_subtype (mut i32) f64 $struct)) + (type $extendedstruct (sub $struct (struct (mut i32) f64))) (type $bytes (array (mut i8))) (type $void_func (func)) |