diff options
Diffstat (limited to 'test/unit.fromasm')
-rw-r--r-- | test/unit.fromasm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit.fromasm b/test/unit.fromasm index 8cd4a0776..bddac1e56 100644 --- a/test/unit.fromasm +++ b/test/unit.fromasm @@ -836,9 +836,9 @@ ) ) ) - (call $h - (i32.const 2) - ) + ) + (call $h + (i32.const 2) ) (call $h (i32.const 3) |