diff options
Diffstat (limited to 'test/binary/bad-duplicate-section-around-custom.txt')
-rw-r--r-- | test/binary/bad-duplicate-section-around-custom.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/binary/bad-duplicate-section-around-custom.txt b/test/binary/bad-duplicate-section-around-custom.txt index fcbe72a8..de140958 100644 --- a/test/binary/bad-duplicate-section-around-custom.txt +++ b/test/binary/bad-duplicate-section-around-custom.txt @@ -6,6 +6,9 @@ section(TYPE) { count[0] } section("foo") { 1 2 3 4 } section(TYPE) { count[0] } (;; STDERR ;;; +Error running "wasm-validate": +0000017: error: section Type out of order + Error running "wasm2wat": 0000017: error: section Type out of order |