diff options
author | Ben Smith <binji@chromium.org> | 2015-12-02 14:04:26 -0800 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2015-12-03 17:25:03 -0800 |
commit | d7d038e6936543ff08e1c42d84dcf2a25c549317 (patch) | |
tree | a5e58b9d3e76c1a4e0638c882cd224a519cbde5b /test/spec/exports.txt | |
parent | 726e2754438e5c232bc1096b5eec5e3245d58c49 (diff) | |
download | wabt-d7d038e6936543ff08e1c42d84dcf2a25c549317.tar.gz wabt-d7d038e6936543ff08e1c42d84dcf2a25c549317.tar.bz2 wabt-d7d038e6936543ff08e1c42d84dcf2a25c549317.zip |
spec tests all "pass"
Well, at least they have reasonable expected failures.
Diffstat (limited to 'test/spec/exports.txt')
-rw-r--r-- | test/spec/exports.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/spec/exports.txt b/test/spec/exports.txt index 40c7ff6c..deb0dc99 100644 --- a/test/spec/exports.txt +++ b/test/spec/exports.txt @@ -5,8 +5,8 @@ assert_invalid error: third_party/testsuite/exports.wast:5:44: function variable out of range (max 1) assert_invalid error: - third_party/testsuite/exports.wast:8:76: duplicate function export "a" + third_party/testsuite/exports.wast:8:68: redefinition of export "a" assert_invalid error: - third_party/testsuite/exports.wast:11:55: duplicate function export "a" + third_party/testsuite/exports.wast:11:47: redefinition of export "a" 1/1 tests passed. ;;; STDOUT ;;) |