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