Skip to content

Commit f431ec2

Browse files
authored
Add @requires_native_clang to test_cmake_compile_features. NFC (#25072)
Because it does. See #25062
1 parent 5c9a00c commit f431ec2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_other.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -925,6 +925,7 @@ def test_cmake(self, test_dir, output_file, cmake_args):
925925
'': ([],),
926926
'noforce': (['-DEMSCRIPTEN_FORCE_COMPILERS=OFF'],),
927927
})
928+
@requires_native_clang
928929
def test_cmake_compile_features(self, args):
929930
os.mkdir('build_native')
930931
cmd = ['cmake',

0 commit comments

Comments
 (0)