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 4dff9a003..1c2a8c63f 100644 --- a/test/reduce/simple.wast.txt +++ b/test/reduce/simple.wast.txt @@ -1,7 +1,7 @@ (module (type $none_=>_i32 (func (result i32))) (export "x" (func $0)) - (func $0 (; 0 ;) (result i32) + (func $0 (result i32) (i32.const 5678) ) ) |