From cca0d93b8ba2a6ea101f18927eddfbe5ec726dd0 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Thu, 22 Sep 2016 15:26:18 -0700 Subject: rename import/export parse tests to include func This is in preparation for adding import/export tests of tables, memories and globals. --- test/parse/module/export-func-multi.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/parse/module/export-func-multi.txt (limited to 'test/parse/module/export-func-multi.txt') 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))) -- cgit v1.2.3