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 |
2 | RUN: diff %S/Inputs/expected %t.output | ||||
3 | |||||
4 | CHECK-NOT: warning | ||||
5 | CHECK-NOT: error |