Skip to content

Commit 8171f47

Browse files
committed
[llvm][dsymutil][test] Fix REQUIRES syntax
It must be "REQUIRES:", "REQUIRES :" does not actually check the requirement.
1 parent 651c994 commit 8171f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/dsymutil/X86/global_downgraded_to_static.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES : system-darwin
1+
// REQUIRES: system-darwin
22
// RUN: dsymutil -oso-prepend-path %p/.. -dump-debug-map \
33
// RUN: %p/../Inputs/global_downgraded_to_static.x86_64 2>&1 | FileCheck %s
44
//

0 commit comments

Comments
 (0)