This patch modifies the testcase to use error substitution so it will pass on all platforms. Reviewed By: fanbo-meng, muiez Differential Revision: https://reviews.llvm.org/D111320
6 lines
189 B
Plaintext
6 lines
189 B
Plaintext
; RUN: not llvm-tapi-diff %S/Inputs/v4A.tbd %S/Inputs/v4.tbd 2>&1 | FileCheck %s -DMSG=%errc_ENOENT
|
|
|
|
; CHECK: {{.*}}: error: {{.*}}v4.tbd: [[MSG]]
|
|
; CHECK-NOT: error:
|
|
; CHECK-NOT: warning:
|