blob: 02778dab0922c6540df0553258cf66f0bfa41173 (
plain)
1
2
3
4
5
6
7
8
|
;; We should warn on a pass called "waka" not having been run and skipped.
;; RUN: wasm-opt %s -O1 --skip-pass=waka 2>&1 | filecheck %s
;; CHECK: warning: --waka was requested to be skipped, but it was not found in the passes that were run.
(module
)
|