diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/lit/passes/signature-pruning.wast | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lit/passes/signature-pruning.wast b/test/lit/passes/signature-pruning.wast index c273d1588..8754c8189 100644 --- a/test/lit/passes/signature-pruning.wast +++ b/test/lit/passes/signature-pruning.wast @@ -1168,10 +1168,11 @@ ;; CHECK: (rec ;; CHECK-NEXT: (type $none (func)) (type $none (func)) - ;; CHECK: (type $much (func (param i32))) (type $much (func (param i32))) ) + ;; CHECK: (type $much_0 (func (param i32))) + ;; CHECK: (export "exported" (func $exported)) ;; CHECK: (func $exported (type $none) |