diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/unit.fromasm | 1 | ||||
-rw-r--r-- | test/unit.fromasm.imprecise | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/unit.fromasm b/test/unit.fromasm index 0a4b39d25..0b43f14fc 100644 --- a/test/unit.fromasm +++ b/test/unit.fromasm @@ -272,6 +272,7 @@ ) ) (func $blocker + (nop) ) (func $frem (result f64) (return diff --git a/test/unit.fromasm.imprecise b/test/unit.fromasm.imprecise index e146f60c4..f5ba55d90 100644 --- a/test/unit.fromasm.imprecise +++ b/test/unit.fromasm.imprecise @@ -266,6 +266,7 @@ ) ) (func $blocker + (nop) ) (func $frem (result f64) (return |