Try to fix the syntax in test
authorKamil Rytarowski <n54@gmx.com>
Thu, 22 Feb 2018 07:17:01 +0000 (07:17 +0000)
committerKamil Rytarowski <n54@gmx.com>
Thu, 22 Feb 2018 07:17:01 +0000 (07:17 +0000)
Reported on a buildbot:

Error in XFAIL list:
couldn't parse text: '| arm || aarch64 || mips'
in expression: 'freebsd | arm || aarch64 || mips'

Add || in the place of |

Fallout from D43382

llvm-svn: 325751

compiler-rt/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc

index 0e1d762..ee3eb70 100644 (file)
@@ -4,7 +4,7 @@
 // RUN: rm log-args-this-* || true
 // RUN: XRAY_OPTIONS="patch_premain=true verbosity=1 xray_logfile_base=log-args-this-" %run %t
 //
-// XFAIL: freebsd | arm || aarch64 || mips
+// XFAIL: freebsd || arm || aarch64 || mips
 // UNSUPPORTED: powerpc64le
 #include "xray/xray_interface.h"
 #include <cassert>