diff options
Diffstat (limited to 'test/lit/wasm-split/ref.func.wast')
-rw-r--r-- | test/lit/wasm-split/ref.func.wast | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lit/wasm-split/ref.func.wast b/test/lit/wasm-split/ref.func.wast index d9a30890a..f97f790ff 100644 --- a/test/lit/wasm-split/ref.func.wast +++ b/test/lit/wasm-split/ref.func.wast @@ -89,7 +89,6 @@ ) ;; PRIMARY: (func $in-table (type $0) - ;; PRIMARY-NEXT: (nop) ;; PRIMARY-NEXT: ) (func $in-table ;; This empty function is in the table. Just being present in the table is not @@ -98,7 +97,6 @@ ) ;; SECONDARY: (func $second-in-table (type $0) - ;; SECONDARY-NEXT: (nop) ;; SECONDARY-NEXT: ) (func $second-in-table ;; As above, but in the secondary module. We still don't need a trampoline |