diff options
Diffstat (limited to 'test/example')
-rw-r--r-- | test/example/c-api-kitchen-sink.txt | 2 | ||||
-rw-r--r-- | test/example/c-api-kitchen-sink.txt.txt | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/test/example/c-api-kitchen-sink.txt b/test/example/c-api-kitchen-sink.txt index 1de260b20..4eee5c0c0 100644 --- a/test/example/c-api-kitchen-sink.txt +++ b/test/example/c-api-kitchen-sink.txt @@ -1028,7 +1028,6 @@ optimized: (type $v (func)) (type $vi (func (param i32))) (type $i (func (result i32))) - (import "module" "check" (func $check (param i32))) (memory $0 0) ) module loaded from binary form: @@ -2886,7 +2885,6 @@ optimized: (type $v (func)) (type $vi (func (param i32))) (type $i (func (result i32))) - (import "module" "check" (func $check (param 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 16e4941d3..cbccff232 100644 --- a/test/example/c-api-kitchen-sink.txt.txt +++ b/test/example/c-api-kitchen-sink.txt.txt @@ -1021,6 +1021,5 @@ (type $v (func)) (type $vi (func (param i32))) (type $i (func (result i32))) - (import "module" "check" (func $check (param i32))) (memory $0 0) ) |