diff options
Diffstat (limited to 'test/msan/iconv.cc')
-rw-r--r-- | test/msan/iconv.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/msan/iconv.cc b/test/msan/iconv.cc index c2da938169b3a..e5fbbf9241e78 100644 --- a/test/msan/iconv.cc +++ b/test/msan/iconv.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 <assert.h> #include <iconv.h> |