summaryrefslogtreecommitdiffstats
path: root/llvm/test/ObjectYAML/wasm/import_section.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/ObjectYAML/wasm/import_section.yaml')
-rw-r--r--llvm/test/ObjectYAML/wasm/import_section.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/ObjectYAML/wasm/import_section.yaml b/llvm/test/ObjectYAML/wasm/import_section.yaml
index fc75705ab2c..90de6f0fec7 100644
--- a/llvm/test/ObjectYAML/wasm/import_section.yaml
+++ b/llvm/test/ObjectYAML/wasm/import_section.yaml
@@ -31,7 +31,7 @@ Sections:
Field: imported_table
Kind: TABLE
Table:
- ElemType: ANYFUNC
+ ElemType: FUNCREF
Limits:
Flags: [ HAS_MAX ]
Initial: 0x00000020
@@ -63,7 +63,7 @@ Sections:
# CHECK: Field: imported_table
# CHECK: Kind: TABLE
# CHECK: Table:
-# CHECK: ElemType: ANYFUNC
+# CHECK: ElemType: FUNCREF
# CHECK: Limits:
# CHECK: Flags: [ HAS_MAX ]
# CHECK: Initial: 0x00000020
OpenPOWER on IntegriCloud