diff options
Diffstat (limited to 'test/debugInfo.fromasm.no-opts')
-rw-r--r-- | test/debugInfo.fromasm.no-opts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/debugInfo.fromasm.no-opts b/test/debugInfo.fromasm.no-opts index 33309199e..527fbc23f 100644 --- a/test/debugInfo.fromasm.no-opts +++ b/test/debugInfo.fromasm.no-opts @@ -1,7 +1,7 @@ (module (type $FUNCSIG$vii (func (param i32 i32))) (import "env" "memory" (memory $memory 256 256)) - (import "env" "table" (table 0 0 anyfunc)) + (import "env" "table" (table $table 0 0 anyfunc)) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) (global $STACKTOP (mut i32) (i32.const 0)) |