
We usually start error messages with lowercase letters and most of them in llvm-dwp follow that rule. This patch fixes a few messages that started with capital letters. Differential revision: https://reviews.llvm.org/D76277
4 lines
120 B
Plaintext
4 lines
120 B
Plaintext
RUN: not llvm-dwp %p/../Inputs/missing_tu_index/x.dwp -o %t 2>&1 | FileCheck %s
|
|
|
|
CHECK: error: failed to parse tu_index
|