Skip CompilerTest::Mesh if version < 1.5
This commit is contained in:
Родитель
5075b79496
Коммит
4d07c17c65
|
@ -2871,5 +2871,7 @@ TEST_F(CompilerTest, CodeGenBatch) {
|
|||
}
|
||||
|
||||
TEST_F(CompilerTest, Mesh) {
|
||||
if (m_ver.SkipDxilVersion(1, 5))
|
||||
return;
|
||||
CodeGenTestCheckBatchDir(L"mesh");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче