diff options
Diffstat (limited to 'llvm/test/tools/llvm-cxxmap/remap.test')
-rw-r--r-- | llvm/test/tools/llvm-cxxmap/remap.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-cxxmap/remap.test b/llvm/test/tools/llvm-cxxmap/remap.test index 9ca69eaa167..e22c36c9dbf 100644 --- a/llvm/test/tools/llvm-cxxmap/remap.test +++ b/llvm/test/tools/llvm-cxxmap/remap.test @@ -1,5 +1,5 @@ RUN: llvm-cxxmap %S/Inputs/before.sym %S/Inputs/after.sym -r %S/Inputs/remap.map -o %t.output -Wambiguous -Wincomplete 2>&1 | FileCheck %s --allow-empty -RUN: diff --strip-trailing-cr %S/Inputs/expected %t.output +RUN: diff %S/Inputs/expected %t.output CHECK-NOT: warning CHECK-NOT: error |