Re-enable dwarf.x import test

pull/2940/head
Turo Lamminen 2020-01-22 12:22:08 +02:00
parent 1edb52c0de
commit a74e13d6b2
1 changed files with 0 additions and 7 deletions

View File

@ -132,15 +132,8 @@ TEST(utXImporter, TestFormatDetection) {
}
#if 0 // FIXME: disabled because it leaks memory
TEST(utXImporter, importDwarf) {
Assimp::Importer importer;
const aiScene *scene = importer.ReadFile(ASSIMP_TEST_MODELS_NONBSD_DIR "/X/dwarf.x", aiProcess_ValidateDataStructure);
ASSERT_NE(nullptr, scene);
}
#endif // 0