diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/lit/passes/ssa-gc-nn-locals.wast | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/lit/passes/ssa-gc-nn-locals.wast b/test/lit/passes/ssa-gc-nn-locals.wast index 149a0c5c7..57cb43118 100644 --- a/test/lit/passes/ssa-gc-nn-locals.wast +++ b/test/lit/passes/ssa-gc-nn-locals.wast @@ -1,5 +1,7 @@ ;; NOTE: Assertions have been generated by update_lit_checks.py and should not be edited. -;; RUN: wasm-opt %s -all --ssa --enable-gc-nn-locals -S -o - | filecheck %s +;; -g --roundtrip are added to show that we properly handle non-nullable locals +;; through the binary format as well (-g is for the function names). +;; RUN: wasm-opt %s -all --ssa --enable-gc-nn-locals -g --roundtrip -S -o - | filecheck %s (module ;; CHECK: (func $nn-locals |