diff options
Diffstat (limited to 'test/min.fromasm.imprecise')
-rw-r--r-- | test/min.fromasm.imprecise | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/min.fromasm.imprecise b/test/min.fromasm.imprecise index 094a713a7..b07aba04e 100644 --- a/test/min.fromasm.imprecise +++ b/test/min.fromasm.imprecise @@ -5,7 +5,7 @@ (import "env" "table" (table $table)) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) - (export "floats" $floats) + (export "floats" (func $floats)) (func $floats (param $0 f32) (result f32) (local $1 f32) (f32.add |