Skip to content

Commit ffec546

Browse files
committed
Remove windows guard
1 parent 0d27f76 commit ffec546

File tree

1 file changed

+0
-2
lines changed
  • lldb/test/API/commands/settings/use_source_cache

1 file changed

+0
-2
lines changed

lldb/test/API/commands/settings/use_source_cache/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ include Makefile.rules
66
# Copy file into the build folder to enable the test to modify it.
77
main-copy.cpp: main.cpp
88
cp -f $< $@
9-
ifneq "$(OS)" "Windows_NT" # chmod is not available on Windows
109
chmod u+w $@
11-
endif

0 commit comments

Comments
 (0)