We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291412a commit ed86eb7Copy full SHA for ed86eb7
clang/test/InstallAPI/invalid-exclusive-passes.test
@@ -42,8 +42,8 @@
42
; RUN: -install_name @rpath/libfoo.dylib -current_version 1 \
43
; RUN: -compatibility_version 1 -optionlist %t/invalid_loc.json \
44
; RUN: -I/fake/path -I%t -dynamiclib \
45
-; RUN: -o %t/output.tbd %t 2>&1 | FileCheck %s --check-prefix=INVALID_JSON_LOC
46
-; INVALID_JSON_LOC: error: cannot open file {{.*}}invalid_loc.json': No such file or directory
+; RUN: -o %t/output.tbd %t 2>&1 | FileCheck %s --check-prefix=INVALID_JSON_LOC -DMSG=%errc_ENOENT %s
+; INVALID_JSON_LOC: error: cannot open file {{.*}}invalid_loc.json': [[MSG]]
47
48
// Validate invalid json format
49
; RUN: not clang-installapi -target arm64-apple-macos12 \
0 commit comments