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 2781f30 commit 7d32e6eCopy full SHA for 7d32e6e
lld/test/MachO/invalid/invalid-stub.s
@@ -3,9 +3,9 @@
3
# RUN: echo "--- !tapi-tbd-v3" > %t/libinvalidYAML.tbd
4
# RUN: echo "invalid YAML" >> %t/libinvalidYAML.tbd
5
# RUN: llvm-mc -filetype obj -triple x86_64-apple-darwin %s -o %t/test.o
6
-# RUN: not lld -flavor darwinnew -Z -L%t -linvalidYAML %t/test.o -o %t/test -Z 2>&1 | FileCheck %s -DFILE=%t/libinvalidYAML.tbd
+# RUN: not lld -flavor darwinnew -Z -L%t -linvalidYAML %t/test.o -o %t/test -Z 2>&1 | FileCheck %s -DDIR=%t
7
8
-# CHECK: could not load TAPI file at [[FILE]]: malformed file
+# CHECK: could not load TAPI file at [[DIR]]{{[\\/]}}libinvalidYAML.tbd: malformed file
9
10
.globl _main
11
_main:
0 commit comments