diff options
Diffstat (limited to 'llvm/test/YAMLParser/spec-09-14.test')
| -rw-r--r-- | llvm/test/YAMLParser/spec-09-14.test | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/llvm/test/YAMLParser/spec-09-14.test b/llvm/test/YAMLParser/spec-09-14.test index 55d881de433..5f028f920fc 100644 --- a/llvm/test/YAMLParser/spec-09-14.test +++ b/llvm/test/YAMLParser/spec-09-14.test @@ -1,9 +1,6 @@ -# RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s +# RUN: not yaml-bench -canonical %s 2>&1 | FileCheck %s # -# FIXME: This test should actually fail. Yaml bench should report an error that -# says that the '---' and '...' document start/end markers must not be specified -# as the first content line of a non-indented plain scalar. -# CHECK: !!str +# CHECK: error: Expected a line break after block scalar header --- --- ||| : foo |

