aboutsummaryrefslogtreecommitdiff
path: root/test/msan/Linux/process_vm_readv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/msan/Linux/process_vm_readv.cc')
-rw-r--r--test/msan/Linux/process_vm_readv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/msan/Linux/process_vm_readv.cc b/test/msan/Linux/process_vm_readv.cc
index b61578d1bfda..0a0e0274b8a5 100644
--- a/test/msan/Linux/process_vm_readv.cc
+++ b/test/msan/Linux/process_vm_readv.cc
@@ -1,5 +1,5 @@
// RUN: %clangxx_msan -std=c++11 -O0 %s -o %t && %run %t
-// RUN: %clangxx_msan -std=c++11 -O0 %s -o %t -DPOSITIVE && not %run %t |& FileCheck %s
+// RUN: %clangxx_msan -std=c++11 -O0 %s -o %t -DPOSITIVE && not %run %t 2>&1 | FileCheck %s
#include <assert.h>
#include <dlfcn.h>