summaryrefslogtreecommitdiff
path: root/test/YAMLParser/spec-10-08.data
diff options
context:
space:
mode:
Diffstat (limited to 'test/YAMLParser/spec-10-08.data')
-rw-r--r--test/YAMLParser/spec-10-08.data2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/YAMLParser/spec-10-08.data b/test/YAMLParser/spec-10-08.data
index 5b981e9833..53faeb9e00 100644
--- a/test/YAMLParser/spec-10-08.data
+++ b/test/YAMLParser/spec-10-08.data
@@ -1,4 +1,4 @@
-# RUN: yaml-bench -canonical %s |& FileCheck %s
+# RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s
#
# This fails because even without a key token, some contexts (in this case flow
# maps) allow implicit null keys, which mix with this in weird ways.