diff options
Diffstat (limited to 'test/desugar')
-rw-r--r-- | test/desugar/basic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/desugar/basic.txt b/test/desugar/basic.txt index d3b11213..0fe104e5 100644 --- a/test/desugar/basic.txt +++ b/test/desugar/basic.txt @@ -14,7 +14,7 @@ (module (import "foo" "bar" (func (;0;) (result i32))) (global (;0;) i32 (i32.const 1)) - (table (;0;) 1 1 anyfunc) + (table (;0;) 1 1 funcref) (elem (;0;) (i32.const 0) 0) (memory (;0;) 1 1) (data (;0;) (i32.const 0) "hello") |