summaryrefslogtreecommitdiff
path: root/test/example/c-api-kitchen-sink.txt
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-07-05 11:17:32 -0700
committerGitHub <noreply@github.com>2016-07-05 11:17:32 -0700
commit50eff30d0ccda99dc2af71c1636f782cdf9dafa6 (patch)
tree29e70e1e98870b8529836c28996e6bc29c469725 /test/example/c-api-kitchen-sink.txt
parentef93042503a61e5a051536ba7f02b41fffcd69bc (diff)
parent0f8430da631fe3292d5ac50354a9a94fbef37308 (diff)
downloadbinaryen-50eff30d0ccda99dc2af71c1636f782cdf9dafa6.tar.gz
binaryen-50eff30d0ccda99dc2af71c1636f782cdf9dafa6.tar.bz2
binaryen-50eff30d0ccda99dc2af71c1636f782cdf9dafa6.zip
Printing fixes (#619)
Printing and parsing fixes
Diffstat (limited to 'test/example/c-api-kitchen-sink.txt')
-rw-r--r--test/example/c-api-kitchen-sink.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/example/c-api-kitchen-sink.txt b/test/example/c-api-kitchen-sink.txt
index 9e2e62aad..42610c2cc 100644
--- a/test/example/c-api-kitchen-sink.txt
+++ b/test/example/c-api-kitchen-sink.txt
@@ -17,9 +17,9 @@ BinaryenFloat64: 4
(type $v (func))
(type $3 (func))
(import $an-imported "module" "base" (param i32 f64) (result f32))
- (export "kitchen_sinker" $kitchen-sinker)
- (table $kitchen-sinker)
- (func $kitchen-sinker (type $iiIfF) (param $0 i32) (param $1 i64) (param $2 f32) (param $3 f64) (result i32)
+ (export "kitchen_sinker" "$kitchen()sinker")
+ (table "$kitchen()sinker")
+ (func "$kitchen()sinker" (type $iiIfF) (param $0 i32) (param $1 i64) (param $2 f32) (param $3 f64) (result i32)
(local $4 i32)
(block $the-body
(block $the-nothing
@@ -299,7 +299,7 @@ BinaryenFloat64: 4
(i32.const 2)
)
(i32.eqz
- (call $kitchen-sinker
+ (call "$kitchen()sinker"
(i32.const 13)
(i64.const 37)
(f32.const 1.2999999523162842)