Convert the uses of '|&' to use '2>&1 |' instead, which works on old
[oota-llvm.git] / test / YAMLParser / spec-07-05.data
index 279b54afa142552923feeabf6559e4c3a43a6306..f7cff3a8390c933f3f79f32e0145634fc1c8a914 100644 (file)
@@ -1,4 +1,4 @@
-# RUN: yaml-bench -canonical %s |& FileCheck %s
+# RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s
 #
 # We don't currently parse TAG directives.
 # XFAIL: *