diff options
Diffstat (limited to 'test/binaryen.js/push-pop.js.txt')
-rw-r--r-- | test/binaryen.js/push-pop.js.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/binaryen.js/push-pop.js.txt b/test/binaryen.js/push-pop.js.txt index 00fbd58b9..e5d5437f9 100644 --- a/test/binaryen.js/push-pop.js.txt +++ b/test/binaryen.js/push-pop.js.txt @@ -1,6 +1,6 @@ (module (type $none_=>_none (func)) - (func $func (; 0 ;) + (func $func (push (i32.pop) ) |