summaryrefslogtreecommitdiff
path: root/test/empty_imported_table.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/empty_imported_table.wast.fromBinary.noDebugInfo')
-rw-r--r--test/empty_imported_table.wast.fromBinary.noDebugInfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/empty_imported_table.wast.fromBinary.noDebugInfo b/test/empty_imported_table.wast.fromBinary.noDebugInfo
index e8bc8835d..1e129c2a8 100644
--- a/test/empty_imported_table.wast.fromBinary.noDebugInfo
+++ b/test/empty_imported_table.wast.fromBinary.noDebugInfo
@@ -1,5 +1,5 @@
(module
+ (import "env" "table" (table $timport$0 0 0 anyfunc))
(memory $0 0)
- (import "env" "table" (table 0 0 anyfunc))
)