diff options
Diffstat (limited to 'compiler-rt/test/msan/Linux/obstack.cc')
| -rw-r--r-- | compiler-rt/test/msan/Linux/obstack.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/msan/Linux/obstack.cc b/compiler-rt/test/msan/Linux/obstack.cc index a042912cfa4..0a81d8704f1 100644 --- a/compiler-rt/test/msan/Linux/obstack.cc +++ b/compiler-rt/test/msan/Linux/obstack.cc @@ -1,5 +1,5 @@  // RUN: %clangxx_msan -O0 -g %s -o %t && %run %t -// RUN: %clangxx_msan -O0 -g -DPOSITIVE %s -o %t && not %run %t |& FileCheck %s +// RUN: %clangxx_msan -O0 -g -DPOSITIVE %s -o %t && not %run %t 2>&1 | FileCheck %s  #include <obstack.h>  #include <sanitizer/msan_interface.h>  | 

