Commit 011465cea528e67aaf5ce8304698823a4700189e
tests: callDataCopy to read in proper order
Alex Beregszaszi committed on 8/24/2016, 1:59:30 AMParent: 3c7fe6b5acfd0a626b54b4a24a1d167e67c8f8e4
Files changed
tests/interface/callDataCopy.wast | changed |
tests/interface/callDataCopy.wast | ||
---|---|---|
@@ -8,9 +8,9 @@ | ||
8 | 8 | (func |
9 | 9 | (block |
10 | 10 | (call_import $callDataCopy (i32.const 0) (i32.const 0) (i32.const 8)) |
11 | 11 | |
12 | - (if (i64.eq (i64.load (i32.const 0)) (i64.const 0x596f752061726520)) | |
12 | + (if (i64.eq (i64.load (i32.const 0)) (i64.const 0x2065726120756f59)) | |
13 | 13 | (return) |
14 | 14 | ) |
15 | 15 | (unreachable) |
16 | 16 | ) |
Built with git-ssb-web