Skip to content

Commit f1a7d26

Browse files
authored
Restore other.test_cmake_compile_features on Windows. Works after #24975 (#25062)
1 parent 8481e19 commit f1a7d26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_other.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,6 @@ def test_cmake(self, test_dir, output_file, cmake_args):
921921
# toolchain match with the actual language features that Clang supports.
922922
# If we update LLVM version and this test fails, copy over the new advertised features from Clang
923923
# and place them to cmake/Modules/Platform/Emscripten.cmake.
924-
@no_windows('Skipped on Windows because CMake does not configure native Clang builds well on Windows.')
925924
@parameterized({
926925
'': ([],),
927926
'noforce': (['-DEMSCRIPTEN_FORCE_COMPILERS=OFF'],),

0 commit comments

Comments
 (0)