diff options
Diffstat (limited to 'test/lit/validation/nn-locals-bad-call_ref.wast')
-rw-r--r-- | test/lit/validation/nn-locals-bad-call_ref.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/validation/nn-locals-bad-call_ref.wast b/test/lit/validation/nn-locals-bad-call_ref.wast index 9a96ed4bc..cd6aaa378 100644 --- a/test/lit/validation/nn-locals-bad-call_ref.wast +++ b/test/lit/validation/nn-locals-bad-call_ref.wast @@ -1,8 +1,8 @@ ;; Test for validation of non-nullable locals -;; RUN: not wasm-opt -all --enable-gc-nn-locals %s 2>&1 | filecheck %s +;; RUN: not wasm-opt -all %s 2>&1 | filecheck %s -;; CHECK: non-nullable local must not read null +;; CHECK: non-nullable local's sets must dominate gets (module (tag $tag (param i32)) |