diff options
Diffstat (limited to 'test/spec')
-rw-r--r-- | test/spec/ref_cast.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/ref_cast.wast b/test/spec/ref_cast.wast index 22859d167..658f20c23 100644 --- a/test/spec/ref_cast.wast +++ b/test/spec/ref_cast.wast @@ -76,7 +76,7 @@ (func (export "test-ref-cast-struct") (drop - (ref.cast null struct (struct.new $t0)) + (ref.cast struct (struct.new $t0)) ) ) |