Skip to content

Commit 4d4b82a

Browse files
authored
Merge pull request #85978 from compnerd/cas-support
test: enable CAS tests on Windows
2 parents 31d5c20 + 1caeb09 commit 4d4b82a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/CAS/lit.local.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,3 @@ if get_target_os() in ('windows-msvc',):
1212
config.substitutions.insert(0, (r'%plugin\(([^)]+)\)', SubstituteCaptures(os.path.join(config.llvm_tools_dir, r'%target-library-name(\1)'))))
1313
else:
1414
config.substitutions.insert(0, (r'%plugin\(([^)]+)\)', SubstituteCaptures(os.path.join(config.llvm_libs_dir, r'%target-library-name(\1)'))))
15-
16-
import platform
17-
if platform.system() == 'Windows':
18-
config.unsupported = True

0 commit comments

Comments
 (0)