Skip to content

Commit 1caeb09

Browse files
committed
test: enable CAS tests on Windows
Enable the CAS test suite to execute on Windows.
1 parent 6dece8a commit 1caeb09

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)