
This patch modifies the testcase to use error substitution so it will pass on all platforms. Reviewed By: fanbo-meng, zibi Differential Revision: https://reviews.llvm.org/D134034
4 lines
160 B
Plaintext
4 lines
160 B
Plaintext
# RUN: not llvm-dis missing-file-path 2>&1 | FileCheck -DMSG=%errc_ENOENT %s --check-prefix=MISSING --ignore-case
|
|
|
|
# MISSING: error: missing-file-path: [[MSG]]
|