summaryrefslogtreecommitdiff
path: root/test/binaryen.js/hello-world.js.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/binaryen.js/hello-world.js.txt')
-rw-r--r--test/binaryen.js/hello-world.js.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/binaryen.js/hello-world.js.txt b/test/binaryen.js/hello-world.js.txt
index c3cfae20b..dcdb21e80 100644
--- a/test/binaryen.js/hello-world.js.txt
+++ b/test/binaryen.js/hello-world.js.txt
@@ -16,7 +16,7 @@ optimized:
(module
(type $iii (func (param i32 i32) (result i32)))
(export "adder" (func $adder))
- (func $adder (; 0 ;) (type $iii) (param $0 i32) (param $1 i32) (result i32)
+ (func $adder (; 0 ;) (; has Stack IR ;) (type $iii) (param $0 i32) (param $1 i32) (result i32)
(i32.add
(get_local $0)
(get_local $1)