diff options
Diffstat (limited to 'test/example')
-rw-r--r-- | test/example/c-api-kitchen-sink.txt | 6 | ||||
-rw-r--r-- | test/example/c-api-kitchen-sink.txt.txt | 3 |
2 files changed, 0 insertions, 9 deletions
diff --git a/test/example/c-api-kitchen-sink.txt b/test/example/c-api-kitchen-sink.txt index a5275bad5..26e3b820f 100644 --- a/test/example/c-api-kitchen-sink.txt +++ b/test/example/c-api-kitchen-sink.txt @@ -1025,9 +1025,6 @@ raw: ) optimized: (module - (type $v (func)) - (type $vi (func (param i32))) - (type $i (func (result i32))) (memory $0 0) ) module loaded from binary form: @@ -2882,9 +2879,6 @@ raw: optimized: BinaryenModulePrint(the_module); (module - (type $v (func)) - (type $vi (func (param i32))) - (type $i (func (result i32))) (memory $0 0) ) BinaryenModuleDispose(the_module); diff --git a/test/example/c-api-kitchen-sink.txt.txt b/test/example/c-api-kitchen-sink.txt.txt index 4583004e3..7f281bd67 100644 --- a/test/example/c-api-kitchen-sink.txt.txt +++ b/test/example/c-api-kitchen-sink.txt.txt @@ -1018,8 +1018,5 @@ ) ) (module - (type $v (func)) - (type $vi (func (param i32))) - (type $i (func (result i32))) (memory $0 0) ) |