tests/132: ICL should not run this test like MSVC and clang-cl

pull/5331/head
Dylan Baker 6 years ago
parent 86a8bf1148
commit 43c1ab0d98
  1. 2
      test cases/common/132 generated assembly/meson.build

@ -2,7 +2,7 @@ project('generated assembly', 'c')
cc = meson.get_compiler('c')
if ['msvc', 'clang-cl'].contains(cc.get_id())
if ['msvc', 'clang-cl', 'intel-cl'].contains(cc.get_id())
error('MESON_SKIP_TEST: assembly files cannot be compiled directly by the compiler')
endif

Loading…
Cancel
Save