diff options
Diffstat (limited to 'test/lit/passes/ssa-gc-nn-locals.wast')
-rw-r--r-- | test/lit/passes/ssa-gc-nn-locals.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/ssa-gc-nn-locals.wast b/test/lit/passes/ssa-gc-nn-locals.wast index 57cb43118..38cdbabed 100644 --- a/test/lit/passes/ssa-gc-nn-locals.wast +++ b/test/lit/passes/ssa-gc-nn-locals.wast @@ -4,7 +4,7 @@ ;; RUN: wasm-opt %s -all --ssa --enable-gc-nn-locals -g --roundtrip -S -o - | filecheck %s (module - ;; CHECK: (func $nn-locals + ;; CHECK: (func $nn-locals (type $none_=>_none) ;; CHECK-NEXT: (local $x (ref func)) ;; CHECK-NEXT: (local.set $x ;; CHECK-NEXT: (ref.func $nn-locals) |