diff options
Diffstat (limited to 'test/ObjectYAML/wasm/function_section.yaml')
-rw-r--r-- | test/ObjectYAML/wasm/function_section.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/ObjectYAML/wasm/function_section.yaml b/test/ObjectYAML/wasm/function_section.yaml index 39e6b75d5cdcb..571b762787a25 100644 --- a/test/ObjectYAML/wasm/function_section.yaml +++ b/test/ObjectYAML/wasm/function_section.yaml @@ -4,9 +4,7 @@ FileHeader: Version: 0x00000001 Sections: - Type: FUNCTION - FunctionTypes: - - 1 - - 0 + FunctionTypes: [ 1, 0 ] ... # CHECK: --- !WASM # CHECK: FileHeader: |