summaryrefslogtreecommitdiff
path: root/test/wasm/export-table.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm/export-table.test')
-rw-r--r--test/wasm/export-table.test19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/wasm/export-table.test b/test/wasm/export-table.test
deleted file mode 100644
index e2d05f00d5a7..000000000000
--- a/test/wasm/export-table.test
+++ /dev/null
@@ -1,19 +0,0 @@
-# RUN: llc -filetype=obj %p/Inputs/start.ll -o %t.start.o
-# RUN: wasm-ld --export-table -o %t.wasm %t.start.o
-# RUN: obj2yaml %t.wasm | FileCheck %s
-
-# Verify the --export-table flag creates a table export
-
-# CHECK: - Type: TABLE
-# CHECK-NEXT: Tables:
-# CHECK-NEXT: - ElemType: FUNCREF
-# CHECK-NEXT: Limits:
-# CHECK-NEXT: Flags: [ HAS_MAX ]
-# CHECK-NEXT: Initial: 0x00000001
-# CHECK-NEXT: Maximum: 0x00000001
-# CHECK-NEXT: - Type:
-# CHECK: - Type: EXPORT
-# CHECK-NEXT: Exports:
-# CHECK: - Name: __indirect_function_table
-# CHECK-NEXT: Kind: TABLE
-# CHECK-NEXT: Index: 0