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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/validation/nn-locals-bad-call_ref.wast b/test/lit/validation/nn-locals-bad-call_ref.wast index cd6aaa378..e37df4bb1 100644 --- a/test/lit/validation/nn-locals-bad-call_ref.wast +++ b/test/lit/validation/nn-locals-bad-call_ref.wast @@ -17,7 +17,7 @@ ) (catch $tag (drop - (pop (i32)) + (pop i32) ) ;; The path to here is from a possible exception thrown in the call_ref. ;; This is a regression test for call_ref not being seen as possibly |