diff options
author | Thomas Lively <tlively@google.com> | 2023-04-14 17:11:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 17:11:16 -0700 |
commit | 56fe22d30ddd4deac619e41824fc69079dcd7a47 (patch) | |
tree | 56224580a5baae55d4d75c6259431e229bed66b7 /test/lit/passes/optimize-casts.wast | |
parent | ec903fdbbf1303968344c58733521a0b6b0ea710 (diff) | |
download | binaryen-56fe22d30ddd4deac619e41824fc69079dcd7a47.tar.gz binaryen-56fe22d30ddd4deac619e41824fc69079dcd7a47.tar.bz2 binaryen-56fe22d30ddd4deac619e41824fc69079dcd7a47.zip |
Port the remaining test/lit/passes tests off of --nominal (#5668)
Diffstat (limited to 'test/lit/passes/optimize-casts.wast')
-rw-r--r-- | test/lit/passes/optimize-casts.wast | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lit/passes/optimize-casts.wast b/test/lit/passes/optimize-casts.wast index 6faca88d7..527c2d157 100644 --- a/test/lit/passes/optimize-casts.wast +++ b/test/lit/passes/optimize-casts.wast @@ -1,6 +1,5 @@ ;; NOTE: Assertions have been generated by update_lit_checks.py and should not be edited. -;; RUN: wasm-opt %s --optimize-casts -all --nominal -S -o - \ -;; RUN: | filecheck %s +;; RUN: wasm-opt %s --optimize-casts -all -S -o - | filecheck %s (module ;; CHECK: (type $A (struct )) |