diff options
Diffstat (limited to 'test/reduce/simple.wast.txt')
-rw-r--r-- | test/reduce/simple.wast.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/reduce/simple.wast.txt b/test/reduce/simple.wast.txt index b5209d1bc..9c162a7a6 100644 --- a/test/reduce/simple.wast.txt +++ b/test/reduce/simple.wast.txt @@ -2,7 +2,7 @@ (type $0 (func (result i32))) (memory $0 0) (export "x" (func $0)) - (func $0 (type $0) (result i32) + (func $0 (; 0 ;) (type $0) (result i32) (i32.const 5678) ) ) |