summaryrefslogtreecommitdiff
path: root/test/xray
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2018-02-22 07:17:01 +0000
committerKamil Rytarowski <n54@gmx.com>2018-02-22 07:17:01 +0000
commit6817f0769b4ea56fa870ddec8c7846ccddb37cae (patch)
tree3c1b73ecadaa3a9eff08a5f758fa9bebb1c1fff6 /test/xray
parent7f21db7a90c89f840fb94a72d02a8d9ebb93c9f2 (diff)
Try to fix the syntax in test
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 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@325751 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/xray')
-rw-r--r--test/xray/TestCases/Posix/arg1-logging-implicit-this.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc b/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc
index 0e1d7627d..ee3eb70bd 100644
--- a/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc
+++ b/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc
@@ -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>