summaryrefslogtreecommitdiff
path: root/test/reference-types.wast.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/reference-types.wast.fromBinary')
-rw-r--r--test/reference-types.wast.fromBinary2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/reference-types.wast.fromBinary b/test/reference-types.wast.fromBinary
index 163c29d4a..5031aeb1e 100644
--- a/test/reference-types.wast.fromBinary
+++ b/test/reference-types.wast.fromBinary
@@ -16,7 +16,7 @@
(global $global_anyref (mut anyref) (ref.null none))
(global $global_anyref2 (mut anyref) (ref.null none))
(table $0 3 3 funcref)
- (elem (i32.const 0) $take_eqref $take_funcref $take_anyref)
+ (elem $0 (i32.const 0) $take_eqref $take_funcref $take_anyref)
(elem declare func $foo $ref-taken-but-not-in-table)
(tag $e-i32 (param i32))
(export "export_func" (func $import_func))