diff options
author | Sam Clegg <sbc@chromium.org> | 2020-06-11 16:18:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 16:18:54 -0700 |
commit | 49f2443338c00931d2f30f9d8c1706398bd5cb34 (patch) | |
tree | bdb148f40eeacb4ef139c85bad17970a870b1880 /test/lld/main_module_table_4.wat.out | |
parent | f813ac9fd58849043ed25c8543af6f6a884d506c (diff) | |
download | binaryen-49f2443338c00931d2f30f9d8c1706398bd5cb34.tar.gz binaryen-49f2443338c00931d2f30f9d8c1706398bd5cb34.tar.bz2 binaryen-49f2443338c00931d2f30f9d8c1706398bd5cb34.zip |
Move optional metadata field so its not last (#2909)
To avoid the conditional trailing comma.
Diffstat (limited to 'test/lld/main_module_table_4.wat.out')
-rw-r--r-- | test/lld/main_module_table_4.wat.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lld/main_module_table_4.wat.out b/test/lld/main_module_table_4.wat.out index fd78f9237..221864563 100644 --- a/test/lld/main_module_table_4.wat.out +++ b/test/lld/main_module_table_4.wat.out @@ -61,9 +61,9 @@ }, "invokeFuncs": [ ], + "mainReadsParams": 0, "features": [ - ], - "mainReadsParams": 0 + ] } -- END METADATA -- ;) |