diff options
author | Ben Smith <binjimin@gmail.com> | 2016-06-17 13:36:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-17 13:36:59 -0700 |
commit | bb66db55c1767cb0cded918ef530f38aa956ffe9 (patch) | |
tree | 7acb8ca3d873e0e9bc10660b485428af497d550d /test/spec/left-to-right.txt | |
parent | 35be50b28012f0efaaa55775529602dab76c6988 (diff) | |
download | wabt-bb66db55c1767cb0cded918ef530f38aa956ffe9.tar.gz wabt-bb66db55c1767cb0cded918ef530f38aa956ffe9.tar.bz2 wabt-bb66db55c1767cb0cded918ef530f38aa956ffe9.zip |
remove JavaScript engine testing (#89)
It's not really the appropriate place to handle it. Now that we have
wasm-wast and wasm-interp, we can at least verify that the tools are
internally consistent.
Diffstat (limited to 'test/spec/left-to-right.txt')
-rw-r--r-- | test/spec/left-to-right.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/spec/left-to-right.txt b/test/spec/left-to-right.txt deleted file mode 100644 index f4438101..00000000 --- a/test/spec/left-to-right.txt +++ /dev/null @@ -1,5 +0,0 @@ -;;; TOOL: run-js-spec -;;; STDIN_FILE: third_party/testsuite/left-to-right.wast -(;; STDOUT ;;; -95/95 tests passed. -;;; STDOUT ;;) |