diff options
author | Ben Smith <binji@chromium.org> | 2016-09-22 15:26:18 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-09-29 11:37:27 -0700 |
commit | cca0d93b8ba2a6ea101f18927eddfbe5ec726dd0 (patch) | |
tree | f092bba3a90d3e5ca0923f72e462aa4bbc969ec9 /test/parse/module/export-func-multi.txt | |
parent | fbaa7d65ac61ba814b3ac6209a2ce1ac829f7803 (diff) | |
download | wabt-cca0d93b8ba2a6ea101f18927eddfbe5ec726dd0.tar.gz wabt-cca0d93b8ba2a6ea101f18927eddfbe5ec726dd0.tar.bz2 wabt-cca0d93b8ba2a6ea101f18927eddfbe5ec726dd0.zip |
rename import/export parse tests to include func
This is in preparation for adding import/export tests of tables,
memories and globals.
Diffstat (limited to 'test/parse/module/export-func-multi.txt')
-rw-r--r-- | test/parse/module/export-func-multi.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/parse/module/export-func-multi.txt b/test/parse/module/export-func-multi.txt new file mode 100644 index 00000000..30d2231f --- /dev/null +++ b/test/parse/module/export-func-multi.txt @@ -0,0 +1,4 @@ +(module + (func (nop)) + (export "a" (func 0)) + (export "b" (func 0))) |