diff options
Diffstat (limited to 'test/example')
-rw-r--r-- | test/example/c-api-kitchen-sink.txt | 16 | ||||
-rw-r--r-- | test/example/c-api-kitchen-sink.txt.txt | 8 |
2 files changed, 15 insertions, 9 deletions
diff --git a/test/example/c-api-kitchen-sink.txt b/test/example/c-api-kitchen-sink.txt index 28d7b759b..b7b4821ac 100644 --- a/test/example/c-api-kitchen-sink.txt +++ b/test/example/c-api-kitchen-sink.txt @@ -399,10 +399,12 @@ BinaryenFloat64: 4 ) (block ) - (drop - (if - (i32.const 1) + (if + (i32.const 1) + (drop (i32.const 2) + ) + (drop (i32.const 3) ) ) @@ -1992,10 +1994,12 @@ int main() { ) (block ) - (drop - (if - (i32.const 1) + (if + (i32.const 1) + (drop (i32.const 2) + ) + (drop (i32.const 3) ) ) diff --git a/test/example/c-api-kitchen-sink.txt.txt b/test/example/c-api-kitchen-sink.txt.txt index f66b714eb..a6f6e0853 100644 --- a/test/example/c-api-kitchen-sink.txt.txt +++ b/test/example/c-api-kitchen-sink.txt.txt @@ -394,10 +394,12 @@ ) (block ) - (drop - (if - (i32.const 1) + (if + (i32.const 1) + (drop (i32.const 2) + ) + (drop (i32.const 3) ) ) |