diff options
Diffstat (limited to 'test/unit.fromasm.imprecise')
-rw-r--r-- | test/unit.fromasm.imprecise | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit.fromasm.imprecise b/test/unit.fromasm.imprecise index 2240135c3..35b8b1768 100644 --- a/test/unit.fromasm.imprecise +++ b/test/unit.fromasm.imprecise @@ -18,8 +18,8 @@ (import "env" "table" (table $table)) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) - (export "big_negative" $big_negative) - (export "pick" $big_negative) + (export "big_negative" (func $big_negative)) + (export "pick" (func $big_negative)) (global $Int i32 (i32.const 0)) (global $Double f64 (f64.const 0)) (table 10 10 anyfunc) |