diff options
Diffstat (limited to 'test/lit/passes/flatten.wast')
-rw-r--r-- | test/lit/passes/flatten.wast | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lit/passes/flatten.wast b/test/lit/passes/flatten.wast index f734996a5..e07c8fafb 100644 --- a/test/lit/passes/flatten.wast +++ b/test/lit/passes/flatten.wast @@ -2,6 +2,7 @@ ;; RUN: wasm-opt %s -all --flatten -S -o - | filecheck %s (module + ;; CHECK: (type $simplefunc (func)) (type $simplefunc (func)) ;; CHECK: (func $0 (param $0 (ref $simplefunc)) (result (ref $simplefunc)) ;; CHECK-NEXT: (local $1 (ref null $simplefunc)) |