summaryrefslogtreecommitdiffstats
path: root/llvm/test/ObjectYAML/wasm/memory_section.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/ObjectYAML/wasm/memory_section.yaml')
-rw-r--r--llvm/test/ObjectYAML/wasm/memory_section.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/ObjectYAML/wasm/memory_section.yaml b/llvm/test/ObjectYAML/wasm/memory_section.yaml
index 83aae05871d..9ab05241dd8 100644
--- a/llvm/test/ObjectYAML/wasm/memory_section.yaml
+++ b/llvm/test/ObjectYAML/wasm/memory_section.yaml
@@ -5,7 +5,7 @@ FileHeader:
Sections:
- Type: MEMORY
Memories:
- - Flags: 0x00000001
+ - Flags: [ HAS_MAX ]
Initial: 0x00000002
Maximum: 0x000000FF
- Initial: 0x00000003
@@ -16,7 +16,7 @@ Sections:
# CHECK: Sections:
# CHECK: - Type: MEMORY
# CHECK: Memories:
-# CHECK: - Flags: 0x00000001
+# CHECK: - Flags: [ HAS_MAX ]
# CHECK: Initial: 0x00000002
# CHECK: Maximum: 0x000000FF
# CHECK: - Initial: 0x00000003
OpenPOWER on IntegriCloud