diff options
Diffstat (limited to 'test/noffi_f32.fromasm.imprecise.no-opts')
-rw-r--r-- | test/noffi_f32.fromasm.imprecise.no-opts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/noffi_f32.fromasm.imprecise.no-opts b/test/noffi_f32.fromasm.imprecise.no-opts index 68440b33b..f1422fc21 100644 --- a/test/noffi_f32.fromasm.imprecise.no-opts +++ b/test/noffi_f32.fromasm.imprecise.no-opts @@ -1,7 +1,7 @@ (module (type $FUNCSIG$ff (func (param f32) (result f32))) (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 "env" "_importf" (func $importf (param f32) (result f32))) |