summaryrefslogtreecommitdiff
path: root/test/binaryen.js/push-pop.js.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/binaryen.js/push-pop.js.txt')
-rw-r--r--test/binaryen.js/push-pop.js.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/binaryen.js/push-pop.js.txt b/test/binaryen.js/push-pop.js.txt
index 2b895ed4f..aafe4f5ec 100644
--- a/test/binaryen.js/push-pop.js.txt
+++ b/test/binaryen.js/push-pop.js.txt
@@ -17,6 +17,9 @@
(v128.pop)
)
(push
+ (anyref.pop)
+ )
+ (push
(exnref.pop)
)
)
@@ -27,5 +30,6 @@ getExpressionInfo(i64.pop) = {"id":39,"type":2}
getExpressionInfo(f32.pop) = {"id":39,"type":3}
getExpressionInfo(f64.pop) = {"id":39,"type":4}
getExpressionInfo(v128.pop) = {"id":39,"type":5}
+getExpressionInfo(anyref.pop) = {"id":39,"type":6}
getExpressionInfo(exnref.pop) = {"id":39,"type":7}
getExpressionInfo(push) = {"id":38}