Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / YAMLParser / construct-omap.test
blobb96d6799c7d4fca81d2c937cc593409c91df48f0
1 # RUN: yaml-bench -canonical %s
3 # Explicitly typed ordered map (dictionary).
4 Bestiary: !!omap
5   - aardvark: African pig-like ant eater. Ugly.
6   - anteater: South-American ant eater. Two species.
7   - anaconda: South-American constrictor snake. Scaly.
8   # Etc.
9 # Flow style
10 Numbers: !!omap [ one: 1, two: 2, three : 3 ]