diff options
author | Kwadwo 'Que' Amankwa <jofreezy@hotmail.co.uk> | 2016-10-18 19:59:20 +0100 |
---|---|---|
committer | Ben Smith <binjimin@gmail.com> | 2016-10-18 11:59:20 -0700 |
commit | 0eaad66d2b112e00f1474c5517adc300d3871a71 (patch) | |
tree | 8148dbdd7a1ea93c9226f3a593e5644f37f11188 /test/dump/call.txt | |
parent | eb011a752a2267d59580f81f6962969aa3fe49ab (diff) | |
download | wabt-0eaad66d2b112e00f1474c5517adc300d3871a71.tar.gz wabt-0eaad66d2b112e00f1474c5517adc300d3871a71.tar.bz2 wabt-0eaad66d2b112e00f1474c5517adc300d3871a71.zip |
Update tests syntax to new flat syntax (#169)
converted more dump tests to new syntax
Diffstat (limited to 'test/dump/call.txt')
-rw-r--r-- | test/dump/call.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/dump/call.txt b/test/dump/call.txt index 7f5a2c1e..9174112b 100644 --- a/test/dump/call.txt +++ b/test/dump/call.txt @@ -2,7 +2,8 @@ ;;; FLAGS: -v (module (func (param i32) - (call 0 (i32.const 1)))) + i32.const 1 + call 0)) (;; STDOUT ;;; 0000000: 0061 736d ; WASM_BINARY_MAGIC 0000004: 0c00 0000 ; WASM_BINARY_VERSION |