Richard Smith | 3164fcf | 2018-09-13 20:22:02 +0000 | [diff] [blame] | 1 | 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 |
stevewan | 342c02d | 2019-10-23 11:11:37 -0400 | [diff] [blame] | 2 | RUN: diff -b %S/Inputs/expected %t.output |
Richard Smith | 3164fcf | 2018-09-13 20:22:02 +0000 | [diff] [blame] | 3 | |
4 | CHECK-NOT: warning | ||||
5 | CHECK-NOT: error |