diff options
Diffstat (limited to 'test/two_sides.fromasm.no-opts')
-rw-r--r-- | test/two_sides.fromasm.no-opts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/two_sides.fromasm.no-opts b/test/two_sides.fromasm.no-opts index 62a29ac00..e74005742 100644 --- a/test/two_sides.fromasm.no-opts +++ b/test/two_sides.fromasm.no-opts @@ -1,7 +1,7 @@ (module (type $FUNCSIG$id (func (param f64) (result 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)) (import "asm2wasm" "f64-to-int" (func $f64-to-int (param f64) (result i32))) |