diff options
Diffstat (limited to 'test/lit/wasm-split/initial-table.wast')
-rw-r--r-- | test/lit/wasm-split/initial-table.wast | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lit/wasm-split/initial-table.wast b/test/lit/wasm-split/initial-table.wast index 534f7f3a9..cd2de4c55 100644 --- a/test/lit/wasm-split/initial-table.wast +++ b/test/lit/wasm-split/initial-table.wast @@ -1,10 +1,9 @@ -;; Test that the --initial-table flag works as expected +;; Test that the --initial-table flag works as expected. ;; RUN: wasm-split %s --instrument --initial-table=1234 -S | filecheck %s ;; RUN: wasm-split %s -g -o1 %t.1.wasm -o2 %t.2.wasm --initial-table=1234 ;; RUN: wasm-dis %t.1.wasm | filecheck %s -;; RUN: wasm-dis %t.2.wasm | filecheck %s ;; CHECK: (table $table 1234 funcref) |