diff options
Diffstat (limited to 'test/importedSignCast.fromasm.imprecise')
-rw-r--r-- | test/importedSignCast.fromasm.imprecise | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/importedSignCast.fromasm.imprecise b/test/importedSignCast.fromasm.imprecise index 9ffe55510..50e936b8a 100644 --- a/test/importedSignCast.fromasm.imprecise +++ b/test/importedSignCast.fromasm.imprecise @@ -1,6 +1,6 @@ (module (type $FUNCSIG$ii (func (param i32) (result i32))) - (import "env" "table" (table 1 1 anyfunc)) + (import "env" "table" (table $table 1 1 anyfunc)) (elem (get_global $tableBase) $gm) (import "env" "tableBase" (global $tableBase i32)) (import "env" "_emscripten_glIsTexture" (func $gm (param i32) (result i32))) |