diff --git a/test/fixtures/compiler/a.lys.optimized.wast b/test/fixtures/compiler/a.lys.optimized.wast index 543f3fa..3c34031 100644 --- a/test/fixtures/compiler/a.lys.optimized.wast +++ b/test/fixtures/compiler/a.lys.optimized.wast @@ -13,9 +13,9 @@ (data $3 (i32.const 56) "\02\00\00\000") (export "memory" (memory $0)) (export "test_getMaxMemory" (func $0)) - (export "test" (func $2)) - (export "test0" (func $2)) - (export "testa" (func $1)) + (export "test" (func $1)) + (export "test0" (func $1)) + (export "testa" (func $2)) (export "floatingPoints" (func $3)) (export "addFloat" (func $4)) (export "addInts" (func $5)) @@ -24,12 +24,12 @@ (func $0 (result i32) (global.get $global$0) ) - (func $1 (param $0 i32) (result i32) - (local.get $0) - ) - (func $2 (result i32) + (func $1 (result i32) (i32.const 1) ) + (func $2 (param $0 i32) (result i32) + (local.get $0) + ) (func $3 (param $0 f32) (param $1 f64) (result f32) (local.get $0) )