diff options
author | Jay Phelps <hello@jayphelps.com> | 2018-09-11 16:09:45 -0400 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2018-09-11 13:09:45 -0700 |
commit | 30de95a537857eac7c33b46cdf3606f93dff37c9 (patch) | |
tree | 989b06234755d04350f7e7a1bed1e4cf973da931 /test/spec/f32.load32.fail.wast | |
parent | 249b4b78d765c0f83029c3afd107cbe9ea025681 (diff) | |
download | binaryen-30de95a537857eac7c33b46cdf3606f93dff37c9.tar.gz binaryen-30de95a537857eac7c33b46cdf3606f93dff37c9.tar.bz2 binaryen-30de95a537857eac7c33b46cdf3606f93dff37c9.zip |
check-in the test/spec suite instead of as submodule (#1677)
Diffstat (limited to 'test/spec/f32.load32.fail.wast')
-rw-r--r-- | test/spec/f32.load32.fail.wast | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/spec/f32.load32.fail.wast b/test/spec/f32.load32.fail.wast new file mode 100644 index 000000000..313364538 --- /dev/null +++ b/test/spec/f32.load32.fail.wast @@ -0,0 +1 @@ +(module (memory 1) (func (param i32) (result f32) (f32.load32 (get_local 0)))) |