diff options
Diffstat (limited to 'test/binaryen.js/kitchen-sink.js.txt')
-rw-r--r-- | test/binaryen.js/kitchen-sink.js.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/binaryen.js/kitchen-sink.js.txt b/test/binaryen.js/kitchen-sink.js.txt index 104405c8a..89c49f2d5 100644 --- a/test/binaryen.js/kitchen-sink.js.txt +++ b/test/binaryen.js/kitchen-sink.js.txt @@ -2176,10 +2176,10 @@ getExpressionInfo(tuple[3])={"id":14,"type":5,"value":3.7} (pop eqref) ) (drop - (pop (ref i31)) + (pop i31ref) ) (drop - (pop (ref data)) + (pop dataref) ) (drop (pop stringref) @@ -4280,10 +4280,10 @@ getExpressionInfo(tuple[3])={"id":14,"type":5,"value":3.7} (pop eqref) ) (drop - (pop (ref i31)) + (pop i31ref) ) (drop - (pop (ref data)) + (pop dataref) ) (drop (pop stringref) |