diff options
Diffstat (limited to 'test/lit/binary/annotated-array-len.test')
-rw-r--r-- | test/lit/binary/annotated-array-len.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/binary/annotated-array-len.test b/test/lit/binary/annotated-array-len.test index 62e51fcf3..9cf6eecbe 100644 --- a/test/lit/binary/annotated-array-len.test +++ b/test/lit/binary/annotated-array-len.test @@ -3,7 +3,7 @@ ;; Test the we can properly parse the annotated array.len format that we no ;; longer emit. -;; RUN: wasm-dis %s.wasm -all --nominal | filecheck %s +;; RUN: wasm-dis %s.wasm -all | filecheck %s ;; CHECK: (type $none_=>_i32 (func (result i32))) |