blob: 27e0c72a398d6c58ea1e73a67dab0a664919de68 (
plain)
1
2
3
4
5
6
7
8
9
|
RUN: not wasm-opt --debug %s.wasm 2>&1 | filecheck %s
;; Check that we get the expected error.
;; CHECK: data count and data sections disagree on size
;; Check that we print out the module rather than hitting an assertion error.
;; CHECK: (module
|