diff options
Diffstat (limited to 'test/unit.wast.fromBinary')
-rw-r--r-- | test/unit.wast.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit.wast.fromBinary b/test/unit.wast.fromBinary index 1080d5d20..8516d1775 100644 --- a/test/unit.wast.fromBinary +++ b/test/unit.wast.fromBinary @@ -439,7 +439,7 @@ ) ) (func $loop-roundtrip (type $7) (param $var$0 f64) (result f64) - (loop $label$0 + (loop $label$0 f64 (drop (get_local $var$0) ) |