unittest: fix compiler warning

pull/1817/head
Kim Kulling 2018-02-27 18:56:07 +01:00
parent c0f04bf965
commit d53f958011
1 changed files with 1 additions and 0 deletions

View File

@ -80,5 +80,6 @@ TEST_F( utIFCImportExport, importComplextypeAsColor ) {
"#5 = IFCCOMPLEXPROPERTY( 'Color', $, 'Color', ( #19, #20, #21 ) );\n";
Assimp::Importer importer;
const aiScene *scene = importer.ReadFileFromMemory( asset.c_str(), asset.size(), 0 );
EXPECT_EQ( nullptr, scene );
}