
This reverts commit 75f1f158812dabc03e70697b6b9c272230bce63d. It caused fail on https://lab.llvm.org/buildbot#builders/37/builds/21461
4 lines
141 B
Plaintext
4 lines
141 B
Plaintext
RUN: llvm-symbolizer --obj=unexisting-file 0x1234 2>&1 | FileCheck -DMSG=%errc_ENOENT %s
|
|
|
|
CHECK: LLVMSymbolizer: error reading file: [[MSG]]
|