summaryrefslogtreecommitdiff
path: root/test/dot_s
diff options
context:
space:
mode:
Diffstat (limited to 'test/dot_s')
-rw-r--r--test/dot_s/basics.wast16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/dot_s/basics.wast b/test/dot_s/basics.wast
index a9bbf0557..192fe3dbc 100644
--- a/test/dot_s/basics.wast
+++ b/test/dot_s/basics.wast
@@ -30,17 +30,17 @@
)
$BB0_4
)
- (set_local $$0
- (i32.add
- (i32.const -12)
- (get_local $$0)
- )
- )
)
- (br $fake_return_waka123
- (get_local $$0)
+ (set_local $$0
+ (i32.add
+ (i32.const -12)
+ (get_local $$0)
+ )
)
)
+ (br $fake_return_waka123
+ (get_local $$0)
+ )
)
)
)