summaryrefslogtreecommitdiff
path: root/test/unit.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit.fromasm')
-rw-r--r--test/unit.fromasm21
1 files changed, 4 insertions, 17 deletions
diff --git a/test/unit.fromasm b/test/unit.fromasm
index a3a4dd189..669aa33d9 100644
--- a/test/unit.fromasm
+++ b/test/unit.fromasm
@@ -88,13 +88,7 @@
)
)
(func $hexLiterals
- (i32.add
- (i32.add
- (i32.const 0)
- (i32.const 313249263)
- )
- (i32.const -19088752)
- )
+ (nop)
)
(func $conversions
(local $0 i32)
@@ -112,10 +106,7 @@
)
)
(func $seq
- (f64.sub
- (f64.const 5.1)
- (f64.const 4.2)
- )
+ (nop)
)
(func $switcher (param $0 i32) (result i32)
(block $switch-default$3
@@ -239,7 +230,7 @@
(f64.const -0)
)
(func $abs
- (i32.const 0)
+ (nop)
)
(func $neg
(local $0 f32)
@@ -269,11 +260,7 @@
)
)
(func $___syscall_ret
- (local $0 i32)
- (i32.gt_u
- (get_local $0)
- (i32.const -4096)
- )
+ (nop)
)
(func $smallCompare (result i32)
(local $0 i32)