diff options
Diffstat (limited to 'test/example')
-rw-r--r-- | test/example/c-api-kitchen-sink.c | 9 | ||||
-rw-r--r-- | test/example/c-api-kitchen-sink.txt | 15 |
2 files changed, 0 insertions, 24 deletions
diff --git a/test/example/c-api-kitchen-sink.c b/test/example/c-api-kitchen-sink.c index cc2c96538..45af52e21 100644 --- a/test/example/c-api-kitchen-sink.c +++ b/test/example/c-api-kitchen-sink.c @@ -1018,15 +1018,6 @@ void test_core() { BinaryenRefAsNonNull(), BinaryenRefNull(module, BinaryenTypeNullref())), BinaryenRefAs(module, - BinaryenRefAsFunc(), - BinaryenRefNull(module, BinaryenTypeNullref())), - BinaryenRefAs(module, - BinaryenRefAsData(), - BinaryenRefNull(module, BinaryenTypeNullref())), - BinaryenRefAs(module, - BinaryenRefAsI31(), - BinaryenRefNull(module, BinaryenTypeNullref())), - BinaryenRefAs(module, BinaryenRefAsExternInternalize(), BinaryenRefNull(module, BinaryenTypeNullExternref())), BinaryenRefAs(module, diff --git a/test/example/c-api-kitchen-sink.txt b/test/example/c-api-kitchen-sink.txt index 51298d1a2..6e4af6cf0 100644 --- a/test/example/c-api-kitchen-sink.txt +++ b/test/example/c-api-kitchen-sink.txt @@ -2009,21 +2009,6 @@ BinaryenFeatureAll: 126975 ) ) (drop - (ref.as_func - (ref.null none) - ) - ) - (drop - (ref.as_data - (ref.null none) - ) - ) - (drop - (ref.as_i31 - (ref.null none) - ) - ) - (drop (extern.internalize (ref.null noextern) ) |