diff options
Diffstat (limited to 'test/binaryen.js')
-rw-r--r-- | test/binaryen.js/kitchen-sink.js | 2 | ||||
-rw-r--r-- | test/binaryen.js/kitchen-sink.js.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/binaryen.js/kitchen-sink.js b/test/binaryen.js/kitchen-sink.js index 0de23883a..1a4b2452d 100644 --- a/test/binaryen.js/kitchen-sink.js +++ b/test/binaryen.js/kitchen-sink.js @@ -658,7 +658,7 @@ function test_core() { module.anyref.pop(), module.eqref.pop(), module.i31ref.pop(), - module.dataref.pop(), + module.structref.pop(), module.stringref.pop(), module.stringview_wtf8.pop(), module.stringview_wtf16.pop(), diff --git a/test/binaryen.js/kitchen-sink.js.txt b/test/binaryen.js/kitchen-sink.js.txt index 4798c8592..0605ef4cc 100644 --- a/test/binaryen.js/kitchen-sink.js.txt +++ b/test/binaryen.js/kitchen-sink.js.txt @@ -2179,7 +2179,7 @@ getExpressionInfo(tuple[3])={"id":14,"type":5,"value":3.7} (pop i31ref) ) (drop - (pop dataref) + (pop structref) ) (drop (pop stringref) @@ -4283,7 +4283,7 @@ getExpressionInfo(tuple[3])={"id":14,"type":5,"value":3.7} (pop i31ref) ) (drop - (pop dataref) + (pop structref) ) (drop (pop stringref) |