brintos

brintos / llvm-project-archived public Read only

0
0
Text · 203 B · b457d59 Raw
12 lines · plain
1# RUN: not yaml-bench -canonical %s 2>&1 | FileCheck %s2#3# We don't currently validate tags.4# CHECK: error: Unknown tag handle5 6%TAG !o! tag:ben-kiki.org,2000:7---8- !$a!b foo9- !o! bar10- !h!type baz11 12