diff options
Diffstat (limited to 'test/importedSignCast.fromasm.clamp.no-opts')
-rw-r--r-- | test/importedSignCast.fromasm.clamp.no-opts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/importedSignCast.fromasm.clamp.no-opts b/test/importedSignCast.fromasm.clamp.no-opts index edf90ac9d..9b2618245 100644 --- a/test/importedSignCast.fromasm.clamp.no-opts +++ b/test/importedSignCast.fromasm.clamp.no-opts @@ -1,7 +1,7 @@ (module (type $FUNCSIG$ii (func (param i32) (result i32))) (import "env" "memory" (memory $memory 256 256)) - (import "env" "table" (table 1 1 anyfunc)) + (import "env" "table" (table $table 1 1 anyfunc)) (elem (get_global $tableBase) $gm) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) |