diff options
Diffstat (limited to 'test/lit/passes')
-rw-r--r-- | test/lit/passes/heap-subtyping.wast (renamed from test/lit/passes/global-subtyping.wast) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/global-subtyping.wast b/test/lit/passes/heap-subtyping.wast index 5c05ac753..1a42d36a8 100644 --- a/test/lit/passes/global-subtyping.wast +++ b/test/lit/passes/heap-subtyping.wast @@ -1,5 +1,5 @@ ;; NOTE: Assertions have been generated by update_lit_checks.py --all-items and should not be edited. -;; RUN: foreach %s %t wasm-opt --nominal --global-subtyping -all -S -o - | filecheck %s +;; RUN: foreach %s %t wasm-opt --nominal --heap-refining -all -S -o - | filecheck %s (module ;; A struct with three fields. The first will have no writes, the second one |