summaryrefslogtreecommitdiff
path: root/test/roundtrip
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2020-07-24 13:06:45 -0700
committerGitHub <noreply@github.com>2020-07-24 13:06:45 -0700
commitf414678326964001e4009daf58274006900d2f14 (patch)
tree225d1d14ec419e16b80d0df6d8460573da972bc0 /test/roundtrip
parent5140e96ea42eca9dafd28bb43ca1e93a604a08c2 (diff)
downloadwabt-f414678326964001e4009daf58274006900d2f14.tar.gz
wabt-f414678326964001e4009daf58274006900d2f14.tar.bz2
wabt-f414678326964001e4009daf58274006900d2f14.zip
Print newline after ref.is_null instruction (#1495)
Diffstat (limited to 'test/roundtrip')
-rw-r--r--test/roundtrip/fold-reference-types.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/roundtrip/fold-reference-types.txt b/test/roundtrip/fold-reference-types.txt
index 2277588a..4e0a08cd 100644
--- a/test/roundtrip/fold-reference-types.txt
+++ b/test/roundtrip/fold-reference-types.txt
@@ -41,7 +41,8 @@
(drop
(ref.null extern))
(drop
- (ref.is_null (local.get 0)))
+ (ref.is_null
+ (local.get 0)))
(drop
(ref.func 0)))
(table (;0;) 1 externref)